Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/xmess/files: xmess-0.106-overflow.patch
Date: Thu, 30 Jun 2011 10:26:06
Message-Id: 20110630102556.730A220057@flycatcher.gentoo.org
1 tupone 11/06/30 10:25:56
2
3 Added: xmess-0.106-overflow.patch
4 Log:
5 Fix overflow. Bug #349464
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 games-emulation/xmess/files/xmess-0.106-overflow.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/xmess/files/xmess-0.106-overflow.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/xmess/files/xmess-0.106-overflow.patch?rev=1.1&content-type=text/plain
14
15 Index: xmess-0.106-overflow.patch
16 ===================================================================
17 --- mess/machine/corvushd.c.old 2011-06-30 11:41:55.987772189 +0200
18 +++ mess/machine/corvushd.c 2011-06-30 11:42:15.215986836 +0200
19 @@ -243,7 +243,7 @@
20 /* */
21 struct {
22 UINT8 status; /* Status code returned by command executed */
23 - UINT8 firmware[32]; /* Firmware message */
24 + UINT8 firmware[33]; /* Firmware message */
25 UINT8 rom_version; /* ROM Version */
26 struct {
27 UINT8 sectors_per_track; /* Sectors/Track */