Bugzilla – Bug 47
Off by one bug in assigning script buffer and heap wastes memory
Last modified: 2005-03-05 20:00:25 PST
When a script is run, it is assigned script buffer and heap one int ahead of where it should be. Additionally, if either the buffer or heap is filled exactly, an overflow is triggered, even though the script fis completely
Created attachment 9 [details] Patch to fix off by one errors in Runscript I wasted too much time testing this one :/
Ooh! Thanks for noticing that. Good catch. I have applied the patch. Matking fixed. We can verify after quaternion.