]> git.ipfire.org Git - thirdparty/asterisk.git/commit
channel.c: Address stack overflow in does_id_conflict()
authorGeorge Joseph <gjoseph@digium.com>
Fri, 21 Sep 2018 20:23:34 +0000 (14:23 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 21 Sep 2018 20:32:16 +0000 (15:32 -0500)
commit0a1a96d331c74af2cedf4cbe3aef77ad34cf8dbb
tree19b3d81035b00d296374240b4fe32a9e843f6f85
parentdec6ebd9e142a808bb67fde29436c83234271201
channel.c:  Address stack overflow in does_id_conflict()

does_id_conflict() was passing a pointer to an int to a callback
that expected a pointer to a size_t.

Found by the Address Sanitizer.

Change-Id: I0ff542067eef63a14a60301654d65d34fe2ad503
main/channel.c