Add a New Comment (Rich Markup):
Please log in, so followups can be emailed to you.
Make astring buffer dynamically allocated and resizable.
Requested by J. M. Gorbach
See gna bug #20086
(Browse SVN revision 22396)
(Browse SVN revision 22395)
>Does this patch also solve your problem?
Yes, problem solve. Thanks!
Does this patch also solve your problem?
(file #17229)
>Is it possible increase the buf for s2_4?
My scenario (lua script, ecc.) exceeds the value buf[65536].
(file #17029)
256256 (or 16161616) = 65536
static char buf[65536] in 2.3 static char buf[65536] in 2.4 static char buf[65536] in trunk v.21813
My scenario file: Formatted string bigger than 2 bytes.
I don't know if is a correct value, but I increased buf at 16777216 (256256256) and the error disappear. Maybe the correct value is 1048576 (1616161616).
Is it possible increase the buf for s2_4?
(Note: upload size limit is set to 1024 kB, after insertion of the required escape characters.)
Attach File(s): Comment:
Depends on the following items: None found
Items that depend on this one: None found
Do you think this task is very important?If so, you can click here to add your encouragement to it.This task has 0 encouragements so far.
Only logged-in users can vote.
Please enter the title of George Orwell's famous dystopian book (it's a date):
Follow 9 latest changes.
Copyright (C) 2004-2006, the Gna! people. Posted items are owned by whoever posted them. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.