summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/vbug205541.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/valgrind/vbug205541.patch')
-rw-r--r--tools/valgrind/vbug205541.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/valgrind/vbug205541.patch b/tools/valgrind/vbug205541.patch
deleted file mode 100644
index 3ab721a..0000000
--- a/tools/valgrind/vbug205541.patch
+++ /dev/null
@@ -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