On Sat, Mar 13, 2010 at 15:51:37 -0700,
  Kevin Fenzi <ke...@scrye.com> wrote:
> 
> - If currently crashes due to poor coding: 
> https://bugzilla.redhat.com/show_bug.cgi?id=562038
> (basically trying to reload a saved game makes it crash). 

I found an off by one error (typical the last element of the array's index
is one less than the size of the array, not the size of the array). It only
crashes when compiled with fortify options. I don't think the correct value
was being saved in the first place.

I expect to have test builds up shortly and will update the bug at that
time.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to