William King
|
508fb78e94
|
My bad. some how a make didn't catch this issue after a cleanup refactor. In this instance buf is being treated as an 8 byte number, not a pointer.
|
2013-05-18 17:46:13 -07:00 |
|
William King
|
291244c099
|
Coverity reported an Uninitialized pointer read. Upon further digging it appears that there is a code path where incoming packets can come in out of order, so this section of code tries to see if it can find the missed packets. As per FS-5202 there is a case where under heavy load the packet exists, and has most of the packet parsed, but still has a NULL pointer for the packet buffer. These two lines would at least help detect the edge case.
|
2013-05-18 17:34:16 -07:00 |
|
Anthony Minessale
|
d75faa6913
|
stray q
|
2013-03-21 14:23:43 -05:00 |
|
Anthony Minessale
|
56e1e9c83e
|
FS-5202
|
2013-03-21 13:49:33 -05:00 |
|
Steve Underwood
|
063d59922b
|
Properly enforce the far end max datagram when constructing UDPTL packets
|
2013-01-26 01:31:38 +08:00 |
|
Anthony Minessale
|
73279f01bf
|
FS-3166 --resolve
|
2011-04-22 16:43:29 -05:00 |
|
Jeff Lenk
|
45ecbc2f61
|
fix warnings on windows x64 builds src and mods projects - only libsofia included on the libs side
|
2010-09-29 15:47:58 -05:00 |
|
Michael Jerris
|
fa9a59a88b
|
initial checkin of mod_fax/mod_voipcodecs merge into mod_spandsp
|
2010-05-24 05:38:17 -04:00 |
|