Package: biniax2 / 1.30-5

Metadata

Package Version Patches format
biniax2 1.30-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
datadir.patch | (download)

desktop/gfx.c | 52 26 + 26 - 0 !
desktop/snd.c | 28 14 + 14 - 0 !
makefile | 5 3 + 2 - 0 !
3 files changed, 43 insertions(+), 42 deletions(-)

 datadir

# Copyright (C) 2008 by Miriam Ruiz <little_miry@yahoo.es>
# Distributed under the same license as the game. See debian/copyright

userdir.patch | (download)

biniax.c | 228 224 + 4 - 0 !
desktop/cfg.c | 122 97 + 25 - 0 !
hof.c | 202 195 + 7 - 0 !
inc.h | 4 4 + 0 - 0 !
4 files changed, 520 insertions(+), 36 deletions(-)

 userdir


warnings.patch | (download)

biniax.c | 17 8 + 9 - 0 !
desktop/gfx.c | 8 4 + 4 - 0 !
desktop/inp.c | 2 2 + 0 - 0 !
3 files changed, 14 insertions(+), 13 deletions(-)

 warnings


hardening support.patch | (download)

makefile | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 hardening support


compiler warnings.patch | (download)

biniax.c | 5 3 + 2 - 0 !
desktop/sys.c | 2 1 + 1 - 0 !
desktop/sys.h | 2 1 + 1 - 0 !
hof.c | 5 3 + 2 - 0 !
4 files changed, 8 insertions(+), 6 deletions(-)

 compiler warnings

Fix various compiler warnings. The most serious are
warning: function returns address of local variable in hof.c and biniax.c.
This is undefined behavior and crashes the game.