[Home]

Summary:ASTERISK-00945: [patch] fix AST_LIST_INSERT_TAIL bug
Reporter:ww (ww)Labels:
Date Opened:2004-01-29 10:11:33.000-0600Date Closed:2008-01-15 14:42:25.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) linkedlists.txt
Description:AST_LIST_INSERT_TAIL has a bug where it tries
to dereference a null pointer if called with
an empty list. This patch fixes that.
Comments:By: Mark Spencer (markster) 2004-01-29 10:22:19.000-0600

Fixed in CVS.

By: Digium Subversion (svnbot) 2008-01-15 14:42:25.000-0600

Repository: asterisk
Revision: 2090

U   trunk/include/asterisk/linkedlists.h

------------------------------------------------------------------------
r2090 | markster | 2008-01-15 14:42:25 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix linked lists tail (bug ASTERISK-945)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=2090