Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/expat/files: expat-2.0.1-check_stopped_parser.patch
Date: Fri, 29 Jul 2011 16:33:26
Message-Id: 20110729163313.A50412004B@flycatcher.gentoo.org
1 ssuominen 11/07/29 16:33:13
2
3 Modified: expat-2.0.1-check_stopped_parser.patch
4 Log:
5 Remove libtool and static files with USE="-static-libs"
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-libs/expat/files/expat-2.0.1-check_stopped_parser.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/files/expat-2.0.1-check_stopped_parser.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/files/expat-2.0.1-check_stopped_parser.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/files/expat-2.0.1-check_stopped_parser.patch?r1=1.1&r2=1.2
15
16 Index: expat-2.0.1-check_stopped_parser.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/files/expat-2.0.1-check_stopped_parser.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- expat-2.0.1-check_stopped_parser.patch 26 Jul 2008 20:17:56 -0000 1.1
23 +++ expat-2.0.1-check_stopped_parser.patch 29 Jul 2011 16:33:13 -0000 1.2
24 @@ -1,5 +1,8 @@
25 ---- lib/xmlparse.c 2007-05-08 05:25:35.000000000 +0300
26 -+++ lib/xmlparse.c 2008-01-08 13:17:07.000000000 +0200
27 +Fix segmentation fault in python tests
28 +http://bugs.gentoo.org/197043
29 +
30 +--- lib/xmlparse.c
31 ++++ lib/xmlparse.c
32 @@ -2563,6 +2563,8 @@
33 (int)(dataPtr - (ICHAR *)dataBuf));
34 if (s == next)