[Home]

Summary:ASTERISK-10170: Crash in set_insecure_flags() function.
Reporter:Sergey Okhapkin (sokhapkin)Labels:
Date Opened:2007-08-26 07:29:15Date Closed:2007-08-26 12:56:23
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) insecure.diff
Description:set_insecure_flags() can be called with 0 value argument from realtime_peer(). As a result asterisk crashes in strcasecmp(value, "very"). The attached diff fixes the problem.
Comments:By: Russell Bryant (russell) 2007-08-26 12:56:23

This was already fixed in the 1.4 branch in revision 80390.  Thanks!