Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/qgo/files: qgo-1.5.4_p20100322-buffer.patch
Date: Thu, 30 Oct 2014 03:53:40
Message-Id: 20141030035336.055E590A2@oystercatcher.gentoo.org
1 mr_bones_ 14/10/30 03:53:36
2
3 Added: qgo-1.5.4_p20100322-buffer.patch
4 Log:
5 EAPI=5; fix compile warning
6
7 (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 games-board/qgo/files/qgo-1.5.4_p20100322-buffer.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/qgo/files/qgo-1.5.4_p20100322-buffer.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/qgo/files/qgo-1.5.4_p20100322-buffer.patch?rev=1.1&content-type=text/plain
14
15 Index: qgo-1.5.4_p20100322-buffer.patch
16 ===================================================================
17 --- src/network/tygemconnection.cpp.orig 2014-10-29 23:49:21.436929924 -0400
18 +++ src/network/tygemconnection.cpp 2014-10-29 23:50:43.481183852 -0400
19 @@ -4768,7 +4768,7 @@
20 unsigned int i;
21
22 QString encoded_name;
23 - name[15] = 0x00;
24 + name[14] = 0x00;
25 int records = (msg[0] << 8) + msg[1];
26 if((records * 16) + 4 != (int)size)
27 {