Files
asterisk/channels
Kinsey Moore 192732b83d chan_dahdi: Fix crash during caller ID read
Asterisk will sometimes core dump during caller id read on analog
channels due to a negative return value from the read() in
my_get_callerid that slips through as a negative length argument to
callerid_feed() if the errno returned by DAHDI is ELAST. This change
ensures that the negative return is treated properly even when it is
ELAST.

(closes issue ASTERISK-22746)
Reported by: Michael Walton
Patches:
    chan_dahdi_cid_crash_fix.r401410.patch uploaded by Michael Walton (License 6502)
........

Merged revisions 402708 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 402709 from http://svn.asterisk.org/svn/asterisk/branches/11


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@402710 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-11-12 15:02:18 +00:00
..
2013-10-05 00:41:32 +00:00
2013-10-03 16:22:45 +00:00
2012-06-15 16:20:16 +00:00
2013-08-17 14:39:27 +00:00
2013-10-02 17:05:13 +00:00
2012-06-15 16:20:16 +00:00
2012-06-15 16:20:16 +00:00