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

Unified Diff: scripts/vbug205541.patch

Issue 1553024: Update Memcheck to rev 11055 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 10 years, 8 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 | « scripts/common.sh ('k') | scripts/vbug227570.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/vbug205541.patch
===================================================================
--- scripts/vbug205541.patch (revision 43935)
+++ scripts/vbug205541.patch (working copy)
@@ -1,21 +0,0 @@
-# See https://bugs.kde.org/show_bug.cgi?id=205541#c1
-Index: memcheck/mc_main.c
-===================================================================
---- memcheck/mc_main.c (revision 10877)
-+++ memcheck/mc_main.c (working copy)
-@@ -3708,7 +3708,14 @@
- if (rr || ww || xx)
- MC_(make_mem_defined)(a, len);
- else
-- MC_(make_mem_noaccess)(a, len);
-+ MC_(make_mem_defined)(a, len);
-+ /* State after mmap(,,PROT_NONE,,,) should match
-+ * state after mprotect(,,PROT_NONE): the operating system
-+ * will trap any access, but any subsequent mprotect(,,PROT_R|W|X)
-+ * will re-instate the previous V bits [in this case, all valid].
-+ * See comment in mc_pre_clo_init() re:
-+ * VG_(track_change_mem_mprotect) ( NULL );
-+ */
- }
-
- static
« no previous file with comments | « scripts/common.sh ('k') | scripts/vbug227570.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698