Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37713293
en ru br
ALT Linux repos
S:0.8.3-alt1_22

Group :: Games/Other
RPM: bombardier

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: bombardier-0.8.2-string-format.patch
Download


--- step.c~	2009-10-10 13:00:09.000000000 -0500
+++ step.c	2016-01-03 13:13:57.524639985 -0600
@@ -36,7 +36,7 @@
                 state->text=NULL;
             }
             if (state->houses_text[state->bombx]!=-1)
-                asprintf(&(state->text),texts[state->houses_text[state->bombx]].text);
+                asprintf(&(state->text), "%s", texts[state->houses_text[state->bombx]].text);
             state->houses[state->bombx]--;
             state->blocks--;
             state->willbebombed--;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin