| 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.
|
|
|