Files
asterisk/main
Richard Mudgett bac3e8c08b STUN/netsock2: Fix some valgrind uninitialized memory findings.
* netsock2.c: Test the addr->len member first as it may be the only member
initialized in the struct.

* stun.c:ast_stun_handle_packet(): The combinded[] local array could get
used uninitialized by ast_stun_request().  The uninitialized string gets
copied to another location and could overflow the destination memory
buffer.

These valgrind findings were found for ASTERISK_27150 but are not
necessarily a fix for the issue.

Change-Id: I55f8687ba4ffc0f69578fd850af006a56cbc9a57
2017-08-10 14:27:15 -05:00
..
2017-06-13 22:05:28 +00:00
2015-03-25 18:37:04 +00:00
2017-05-30 15:08:05 -05:00
2016-08-24 11:02:47 -05:00
2016-08-24 11:02:47 -05:00
2017-07-11 09:26:27 -05:00
2016-11-01 12:37:58 -05:00
2015-01-26 14:49:32 +00:00