[valgrind-variant] r135 committed - Cherry-picked a fix for https://bugs.kde.org/show_bug.cgi?id=289470...

2 views
Skip to first unread message

valgrind...@googlecode.com

unread,
Jan 18, 2012, 8:49:21 AM1/18/12
to valgrind-var...@googlegroups.com
Revision: 135
Author: ramosian.glider
Date: Wed Jan 18 05:48:29 2012
Log: Cherry-picked a fix for
https://bugs.kde.org/show_bug.cgi?id=289470
by Scott Byer

http://code.google.com/p/valgrind-variant/source/detail?r=135

Modified:
/trunk/valgrind/coregrind/m_ume/macho.c

=======================================
--- /trunk/valgrind/coregrind/m_ume/macho.c Tue Oct 25 09:11:36 2011
+++ /trunk/valgrind/coregrind/m_ume/macho.c Wed Jan 18 05:48:29 2012
@@ -487,7 +487,9 @@
print("couldn't read load commands from executable\n");
return -1;
}
- headers_end = headers + size;
+ // Patch by Scott Byer to fix
https://bugs.kde.org/show_bug.cgi?id=289470.
+ // Landed by glider.
+ headers_end = headers + len;


// Map some segments into client memory:
@@ -787,4 +789,3 @@
/*--------------------------------------------------------------------*/
/*--- end ---*/
/*--------------------------------------------------------------------*/
-

Reply all
Reply to author
Forward
0 new messages