SOURCES: xrally-segfault.patch (NEW) - place for '\0'

sls sls at pld-linux.org
Tue Oct 7 20:20:49 CEST 2008


Author: sls                          Date: Tue Oct  7 18:20:49 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- place for '\0'

---- Files affected:
SOURCES:
   xrally-segfault.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xrally-segfault.patch
diff -u /dev/null SOURCES/xrally-segfault.patch:1.1
--- /dev/null	Tue Oct  7 20:20:50 2008
+++ SOURCES/xrally-segfault.patch	Tue Oct  7 20:20:43 2008
@@ -0,0 +1,11 @@
+--- xrally/main.c.orig	2008-10-07 18:01:15.000000000 +0200
++++ xrally/main.c	2008-10-07 18:01:20.000000000 +0200
+@@ -92,7 +92,7 @@
+ 
+ int lives;
+ char livesString[10];
+-char mapString[15];
++char mapString[16];
+ char *hiString;
+ 
+ scoreStruct score;
================================================================


More information about the pld-cvs-commit mailing list