diff options
Diffstat (limited to 'games-emulation/xmess/files/xmess-0.106-overflow.patch')
-rw-r--r-- | games-emulation/xmess/files/xmess-0.106-overflow.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-emulation/xmess/files/xmess-0.106-overflow.patch b/games-emulation/xmess/files/xmess-0.106-overflow.patch new file mode 100644 index 000000000000..0c4c2ac10606 --- /dev/null +++ b/games-emulation/xmess/files/xmess-0.106-overflow.patch @@ -0,0 +1,11 @@ +--- mess/machine/corvushd.c.old 2011-06-30 11:41:55.987772189 +0200 ++++ mess/machine/corvushd.c 2011-06-30 11:42:15.215986836 +0200 +@@ -243,7 +243,7 @@ + /* */ + struct { + UINT8 status; /* Status code returned by command executed */ +- UINT8 firmware[32]; /* Firmware message */ ++ UINT8 firmware[33]; /* Firmware message */ + UINT8 rom_version; /* ROM Version */ + struct { + UINT8 sectors_per_track; /* Sectors/Track */ |