[Home]

Summary:ASTERISK-05142: [patch] Result of EVAL is unterminated
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2005-09-24 13:22:38Date Closed:2008-01-15 15:49:07.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20050924__fix_eval.diff.txt
Description:The conversion of EVAL from an application to a function lost the initialization of the buffer, so any result was not properly terminated with a NULL.
Comments:By: Kevin P. Fleming (kpfleming) 2005-09-25 16:50:09

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:49:07.000-0600

Repository: asterisk
Revision: 6652

U   trunk/funcs/func_strings.c

------------------------------------------------------------------------
r6652 | kpfleming | 2008-01-15 15:49:06 -0600 (Tue, 15 Jan 2008) | 2 lines

ensure result buffer is initialized (issue ASTERISK-5142)

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

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