Files
asterisk/channels
George Joseph 1cc18d4025 AST-2017-004: chan_skinny: Add EOF check in skinny_session
The while(1) loop in skinny_session wasn't checking for EOF so
a packet that was longer than a header but still truncated
would spin the while loop infinitely.  Not only does this
permanently tie up a thread and drive a core to 100% utilization,
the call of ast_log() in such a tight loop eats all available
process memory.

Added poll with timeout to top of read loop

ASTERISK-26940 #close
Reported-by: Sandro Gauci

Change-Id: I2ce65f3c5cb24b4943a9f75b64d545a1e2cd2898
2017-05-19 11:04:19 -05:00
..
2017-03-17 09:35:21 -04:00
2012-06-15 16:20:16 +00:00
2017-03-27 10:36:23 -04:00
2012-06-15 16:20:16 +00:00