Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2992)

Unified Diff: build-valgrind-for-chromium.sh

Issue 652040: Add patch for r11051 which fixes Valgrind bug 227570.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/scripts/
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | vbug227570.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build-valgrind-for-chromium.sh
===================================================================
--- build-valgrind-for-chromium.sh (revision 39592)
+++ build-valgrind-for-chromium.sh (working copy)
@@ -60,6 +60,10 @@
# The corresponding feature request for Valgrind is at
# https://bugs.kde.org/show_bug.cgi?id=219156.
patch -p0 < "${THISDIR}/intercept_tcmalloc.patch"
+
+ # Fix for https://bugs.kde.org/show_bug.cgi?id=227570
+ # which causes false uninitialised memory warnings
+ patch -p0 < "${THISDIR}/vbug227570.patch"
# }}}
# Add ThreadSanitier to the installation.
« no previous file with comments | « no previous file | vbug227570.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698