[Home]

Summary:ASTERISK-09741: Typo in res/res_features.c causes segmentation fault
Reporter:Yehavi Bourvine (yehavi)Labels:
Date Opened:2007-06-24 07:11:45Date Closed:2007-06-24 12:51:29
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When a call is transferred Asterisk crashes.

Looking at the code it seems that the problem is a typo in res/res_features.c at function ast_bridge_call, line 1861 (in version 71231): ast_test_flag is called with chan->cdr but chan is null; I think peer->cdr should be there...
Comments:By: Tilghman Lesher (tilghman) 2007-06-24 12:51:29

Fixed in 1.4 in 71291, in trunk in 71292.