Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37837707
en ru br
ALT Linux repos
S:2.00-alt2_37

Group :: Games/Other
RPM: nogravity

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: nogravity--strcpy-abuse.patch
Download


--- nogravity-2.00/rlx32/src/sysini.c	2005-02-26 00:15:40.000000000 +0100
+++ nogravity-2.00.new/rlx32/src/sysini.c	2009-11-07 13:16:39.000000000 +0100
@@ -174,7 +174,7 @@
 {
     char    *orgStr = str;
     while( isspace(*str) ) str++;
-    sysStrCpy(orgStr, str);
+    memmove(orgStr, str, strlen(str) + 1);
 }
 /*------------------------------------------------------------------------
 *
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin