[patch] pjsip-simple/evsub.c: fixed uninitialized variable 'pkg'

AG
Alexei Gradinari
Tue, Jul 19, 2016 5:05 PM

Hello,

The code of the function 'pjsip_evsub_register_pkg' uses
in an assert a variable 'pkg' that has not been initialized.
This patch removes this assert because it's not possible to
check an array size of a parameter 'accept'.

Regards,
Alexei

Hello, The code of the function 'pjsip_evsub_register_pkg' uses in an assert a variable 'pkg' that has not been initialized. This patch removes this assert because it's not possible to check an array size of a parameter 'accept'. Regards, Alexei