Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/muscle/files: 3.7-bufferoverflow.patch
Date: Mon, 28 Jun 2010 21:00:49
Message-Id: 20100628210046.E31652C3ED@corvid.gentoo.org
1 jlec 10/06/28 21:00:46
2
3 Modified: 3.7-bufferoverflow.patch
4 Log:
5 Fix for Fix for bufferoverflow, thanks ssuominen reporting that on irc to me
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-biology/muscle/files/3.7-bufferoverflow.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/muscle/files/3.7-bufferoverflow.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/muscle/files/3.7-bufferoverflow.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/muscle/files/3.7-bufferoverflow.patch?r1=1.1&r2=1.2
14
15 Index: 3.7-bufferoverflow.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-biology/muscle/files/3.7-bufferoverflow.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 3.7-bufferoverflow.patch 28 Jun 2010 20:30:00 -0000 1.1
22 +++ 3.7-bufferoverflow.patch 28 Jun 2010 21:00:46 -0000 1.2
23 @@ -1,6 +1,8 @@
24 ---- libMUSCLE/globalslinux.cpp.old 2010-03-14 19:03:14.000000000 +1300
25 -+++ libMUSCLE/globalslinux.cpp 2010-03-14 19:11:09.000000000 +1300
26 -@@ -159,7 +159,7 @@
27 +diff --git a/globalslinux.cpp b/globalslinux.cpp
28 +index 63baaa1..b1cfcb0 100644
29 +--- a/globalslinux.cpp
30 ++++ b/globalslinux.cpp
31 +@@ -156,7 +156,7 @@ double GetRAMSizeMB()
32 }
33 return DEFAULT_RAM;
34 }
35 @@ -9,9 +11,11 @@
36 return ((double) Bytes)/1e6;
37 }
38
39 ---- libMUSCLE/progress.cpp.old 2010-03-14 19:50:27.000000000 +1300
40 -+++ libMUSCLE/progress.cpp 2010-03-14 19:51:07.000000000 +1300
41 -@@ -48,7 +48,7 @@
42 +diff --git a/progress.cpp b/progress.cpp
43 +index a0e91bb..f9b093e 100644
44 +--- a/progress.cpp
45 ++++ b/progress.cpp
46 +@@ -41,7 +41,7 @@ const char *MemToStr(double MB)
47 if (MB < 0)
48 return "";