[Home]

Summary:ASTERISK-06609: [patch] Fixes trivial bug in image.c
Reporter:Dwayne Hubbard (dwayne)Labels:
Date Opened:2006-03-23 22:54:42.000-0600Date Closed:2008-01-15 17:55:03.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) tiff.diff
Description:Fixed bug in image.c, where an iterator is dereferenced in the wrong scope (or when it likely is NULL) of ast_read_image().

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

patch is for 1.2.5, but also exists in trunk
Comments:By: Russell Bryant (russell) 2006-03-24 08:51:47.000-0600

fixed in 1.2 and the trunk in revisions 14704 and 14705, thanks!

By: Digium Subversion (svnbot) 2008-01-15 17:55:02.000-0600

Repository: asterisk
Revision: 14704

U   branches/1.2/image.c

------------------------------------------------------------------------
r14704 | russell | 2008-01-15 17:55:01 -0600 (Tue, 15 Jan 2008) | 2 lines

use the correct variable in an error message (issue ASTERISK-6609)

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

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

By: Digium Subversion (svnbot) 2008-01-15 17:55:03.000-0600

Repository: asterisk
Revision: 14705

_U  trunk/
U   trunk/image.c

------------------------------------------------------------------------
r14705 | russell | 2008-01-15 17:55:02 -0600 (Tue, 15 Jan 2008) | 10 lines

Merged revisions 14704 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r14704 | russell | 2006-03-24 09:48:11 -0500 (Fri, 24 Mar 2006) | 2 lines

use the correct variable in an error message (issue ASTERISK-6609)

........

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

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