[Home]

Summary:ASTERISK-05810: [patch] List management bug in AST_LIST_REMOVE
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2005-12-10 08:49:09.000-0600Date Closed:2005-12-10 18:28:36.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20051210__ast_list_remove.diff.txt
( 1) AST_LIST_REMOVE_bug.pdf
Description:When a list containing more than one item has its last item removed, the list becomes corrupted in such a way that AST_LIST_INSERT_TAIL can no longer be used to add an item to the list.

****** ADDITIONAL INFORMATION ******

See attached PDF to see the progression.
Comments:By: Tilghman Lesher (tilghman) 2005-12-10 08:52:35.000-0600

Given how core this routine is, I would like some additional sets of eyes (and agreement) on this before I commit.