Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-gcc45.patch
Date: Mon, 26 Apr 2010 11:43:53
Message-Id: 20100426114349.6455A2C04C@corvid.gentoo.org
1 voyageur 10/04/26 11:43:49
2
3 Added: chromium-gcc45.patch
4 Log:
5 GCC 4.5 patch for beta channel by truedfx in bug #317155
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 www-client/chromium/files/chromium-gcc45.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/files/chromium-gcc45.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/files/chromium-gcc45.patch?rev=1.1&content-type=text/plain
13
14 Index: chromium-gcc45.patch
15 ===================================================================
16 --- chromium/sandbox/linux/seccomp/sandbox.cc
17 +++ chromium/sandbox/linux/seccomp/sandbox.cc
18 @@ -444,8 +444,8 @@
19 }
20 processFdPub_ = pair[0];
21 cloneFdPub_ = pair[2];
22 - SecureMemArgs::Args* secureMem = createTrustedProcess(pair[0], pair[1],
23 - pair[2], pair[3]);
24 + SecureMemArgs* secureMem = createTrustedProcess(pair[0], pair[1],
25 + pair[2], pair[3]);
26
27 // We find all libraries that have system calls and redirect the system
28 // calls to the sandbox. If we miss any system calls, the application will be