http://gilgamesh.hamsterrepublic.com/cgi-bin/bugzilla/show_bug.cgi?id=279
------- Comment #3 from [EMAIL PROTECTED] 2006-12-11 16:13 ------- fixed! yay! the bug 240 test case was made with an older version of custom, and had no extended attack data. The record size of 0 was being passed to loadrecord, which then did DIM readbuf(recordsize - 1) and then attempted to use the negative-one-length array It is a real shame that we have no run-time array-bounds checking support :( -- Configure bugmail: http://gilgamesh.hamsterrepublic.com/cgi-bin/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
