[asterisk-commits] russell: trunk r49389 - /trunk/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Jan 3 21:35:45 MST 2007


Author: russell
Date: Wed Jan  3 22:35:44 2007
New Revision: 49389

URL: http://svn.digium.com/view/asterisk?view=rev&rev=49389
Log:
This bug was fixed in the trunk by the recent work to consolidate the various
string handling into a single API, so this revision is blocked here.


Blocked revisions 49388 via svnmerge

........
r49388 | russell | 2007-01-03 23:33:00 -0500 (Wed, 03 Jan 2007) | 6 lines

Fix the REALTIME() dialplan function.  ast_build_string() advances the string
pointer to the position to begin the next write into the buffer.  So, this 
pointer can not be used to copy the contents of the string later.  The
beginning of the buffer must be saved.  Interestingly enough, this code could
not have ever worked.  (Pointed out by Sebb on IRC, thanks!)

........

Modified:
    trunk/   (props changed)

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-blocked' - no diff available.



More information about the asterisk-commits mailing list