]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
342063 wrong format specifier for test mcblocklistsearch in gdbserver_tests
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 21 Dec 2014 17:02:38 +0000 (17:02 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 21 Dec 2014 17:02:38 +0000 (17:02 +0000)
Patch from Ivo Raisr.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14826

NEWS
gdbserver_tests/mcblocklistsearch.stdinB.gdb

diff --git a/NEWS b/NEWS
index 2e9e57c94782f9305df96093668b8dba77a3c724..f3704fe8894c8cad38760a76cb7c8e1d61fa9ead 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -95,6 +95,7 @@ where XXXXXX is the bug number as listed below.
 340922  arm64: unhandled getgroups/setgroups syscalls
 341238  Recognize GCC5/DWARFv5 DW_LANG constants (Go, C11, C++11, C++14)
 341789  aarch64: shmat fails with valgrind on ARMv8
+342063  wrong format specifier for test mcblocklistsearch in gdbserver_tests
 n-i-bz  Provide implementations of certain compiler builtins to support
         compilers who may not provide those
 n-i-bz  Old STABS code is still being compiled, but never used. Remove it.
index 19fe0e5313ca0f40bb84a0e0d336f2a96487c158..ba30a5ed7db36b826232c9bab102197c2e466b91 100644 (file)
@@ -18,7 +18,7 @@ set $0xA = t
 continue
 #
 # check who points at A
-eval "monitor who_points_at 0x%x 1", $0xA
+eval "monitor who_points_at 0x%lx 1", $0xA
 # do a leak check, and then list the blocks lost
 echo full leak search \n
 monitor leak_check full reachable any