Search found 1 match

by snert
Wed Mar 24, 2010 4:30 am
Forum: Bug Reports
Topic: Segfault when taking snapshot
Replies: 1
Views: 3947

Segfault when taking snapshot

When I press F1 and confirm that I want to override the old tape, RnD 3.2.6.1 writes past the end of an array, tries to free() an invalid pointer, and segfaults. The fix: --- src/game.c.orig 2010-03-23 22:57:15.000000000 +1100 +++ src/game.c 2010-03-23 22:56:56.000000000 +1100 @@ -16401,8 +16401,8 @...