| Index: scripts/build-memcheck-for-chromium.sh
|
| ===================================================================
|
| --- scripts/build-memcheck-for-chromium.sh (revision 43935)
|
| +++ scripts/build-memcheck-for-chromium.sh (working copy)
|
| @@ -9,8 +9,8 @@
|
|
|
| # SVN isn't smart enough to figure out what rev of VEX to get,
|
| # so you have to check that out by revision.
|
| -MEMCHECK_SVN_REV=10880
|
| -MEMCHECK_VEX_SVN_REV=1914
|
| +MEMCHECK_SVN_REV=11055
|
| +MEMCHECK_VEX_SVN_REV=1961
|
| VG_MEMCHECK_DIR="$THISDIR/valgrind-memcheck"
|
| checkout_and_patch_valgrind "$MEMCHECK_SVN_REV" "$MEMCHECK_VEX_SVN_REV" \
|
| "$VG_MEMCHECK_DIR"
|
| @@ -26,8 +26,4 @@
|
| # Make red zone 64 bytes bigger to catch more buffer overruns
|
| patch -p0 -i "${THISDIR}/redzone.patch"
|
|
|
| -# Fix/work around https://bugs.kde.org/show_bug.cgi?id=205541
|
| -# which prevented valgrind from handling wine
|
| -patch -p0 -i "${THISDIR}/vbug205541.patch"
|
| -
|
| build_valgrind_for_available_platforms
|
|
|