[Home]

Summary:ASTERISK-12502: [patch] when insecure variable can't be retrieved, asterisk crashes
Reporter:Stanislaw Pitucha (viraptor)Labels:
Date Opened:2008-08-01 07:25:25Date Closed:2011-06-07 14:00:34
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patch_insecure_licence_ok
Description:When insecure variable can't be retrieved in `realtime_peer()`, asterisk crashes in
set_insecure_flags(&flags, insecure, -1);
because returned `insecure` == NULL.

Attached patch hopefully corrects it. I'm not sure if there's a point in browsing category further - if not, please change continue to return.
Comments:By: Tilghman Lesher (tilghman) 2008-08-01 09:25:53

Please upgrade to current 1.4 or SVN past 80391.  This has already been fixed.