[OpenSIPS-Devel] [OpenSIPS/opensips] 532962: uac: Fix possible crash in display name fixup
Liviu Chircu
noreply at github.com
Thu Jan 23 10:50:11 EST 2020
Branch: refs/heads/3.0
Home: https://github.com/OpenSIPS/opensips
Commit: 53296244b33d20abbf0fca79f6ea5d27bdadaaa9
https://github.com/OpenSIPS/opensips/commit/53296244b33d20abbf0fca79f6ea5d27bdadaaa9
Author: Liviu Chircu <liviu at opensips.org>
Date: 2020-01-23 (Thu, 23 Jan 2020)
Changed paths:
M modules/uac/uac.c
Log Message:
-----------
uac: Fix possible crash in display name fixup
Some variables, such as $dlg_val, return {NULL, 0} strings instead of
{"", 0} (e.g. $var), causing the dereference op to crash.
More information about the Devel
mailing list