Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/horgand/files: horgand-1.14-overflow.patch
Date: Sat, 07 May 2011 17:46:30
Message-Id: 20110507174618.33C3220057@flycatcher.gentoo.org
1 angelos 11/05/07 17:46:18
2
3 Added: horgand-1.14-overflow.patch
4 Log:
5 Fix possible overflow (bug #351290)
6
7 (Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-sound/horgand/files/horgand-1.14-overflow.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/files/horgand-1.14-overflow.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/files/horgand-1.14-overflow.patch?rev=1.1&content-type=text/plain
14
15 Index: horgand-1.14-overflow.patch
16 ===================================================================
17 diff --git a/src/Holrgan.h b/src/Holrgan.h
18 index 1b93042..f8e9209 100644
19 --- a/src/Holrgan.h
20 +++ b/src/Holrgan.h
21 @@ -398,7 +398,7 @@ struct Ch3
22 struct Ch4
23
24 {
25 - char Nom[10];
26 + char Nom[12];
27 int type;
28 int fund;
29 int dist1;