]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix test memcheck/tests/descr_belowsp a bit on Solaris.
authorIvo Raisr <ivosh@ivosh.net>
Fri, 29 Jul 2016 20:52:21 +0000 (20:52 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Fri, 29 Jul 2016 20:52:21 +0000 (20:52 +0000)
commitd04009b787ce030d5767a12d0a6d6c95cdd10e3d
treeb41089613e08d5036ddb018ec5670a3329a16e39
parent68a17eeb242d33517281a0153fcc9bc9cf8a1507
Fix test memcheck/tests/descr_belowsp a bit on Solaris.

On Solaris, '%p' outputs just a hexadecimal number
without '0x' prefix. This is perfectly valid but not
understood by VG_(strtok_get_address_and_size)().
Therefore use universal PRIxPTR.
n-i-bz

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15918
memcheck/tests/descr_belowsp.c
memcheck/tests/descr_belowsp.stderr.exp