checked in
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=5
This commit is contained in:
parent
428d90c994
commit
d7052a529c
@ -1,8 +1,6 @@
|
||||
Index: memcheck/memcheck.h
|
||||
===================================================================
|
||||
--- memcheck/memcheck.h.orig
|
||||
+++ memcheck/memcheck.h
|
||||
@@ -134,6 +134,18 @@ typedef
|
||||
--- memcheck/memcheck.h (revision 7274)
|
||||
+++ memcheck/memcheck.h (revision 7273)
|
||||
@@ -131,6 +131,18 @@ typedef
|
||||
_qzz_res; \
|
||||
}))
|
||||
|
||||
@ -21,9 +19,9 @@ Index: memcheck/memcheck.h
|
||||
/* Similar to VALGRIND_MAKE_MEM_DEFINED except that addressability is
|
||||
not altered: bytes which are addressable are marked as defined,
|
||||
but those which are not addressable are left unchanged. */
|
||||
@@ -205,6 +217,18 @@ typedef
|
||||
@@ -202,6 +214,18 @@ typedef
|
||||
(volatile unsigned char *)&(__lvalue), \
|
||||
(unsigned long)(sizeof (__lvalue)))
|
||||
(unsigned int)(sizeof (__lvalue)))
|
||||
|
||||
+/* This is the old name for VALGRIND_CHECK_MEM_IS_ADDRESSABLE. Deprecated. */
|
||||
+#define VALGRIND_CHECK_WRITABLE(_qzz_addr,_qzz_len) \
|
||||
@ -38,5 +36,5 @@ Index: memcheck/memcheck.h
|
||||
+ VALGRIND_CHECK_VALUE_IS_DEFINED(__lvalue)
|
||||
+
|
||||
|
||||
/* Do a full memory leak check (like --leak-check=full) mid-execution. */
|
||||
/* Do a memory leak check mid-execution. */
|
||||
#define VALGRIND_DO_LEAK_CHECK \
|
||||
|
@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 3 19:09:50 UTC 2009 - coolo@novell.com
|
||||
|
||||
- updated patches to apply with fuzz=0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 8 09:34:49 CEST 2009 - dmueller@suse.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user