]> git.ipfire.org Git - thirdparty/valgrind.git/commit
The 4th parameter of lzo1x_decompress_safe has lzo_uint * type
authorFlorian Krohm <florian@eich-krohm.de>
Tue, 2 Sep 2014 12:05:15 +0000 (12:05 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Tue, 2 Sep 2014 12:05:15 +0000 (12:05 +0000)
commit6cf18881c56dace36936994ec58fc94b1142b12a
tree6153f21b2ecbec6449b3e5a88952f8b6fd1d93fc
parent8a8cc67ca0a253e5e7e383c805e8c5fafedb5d11
The 4th parameter of lzo1x_decompress_safe has lzo_uint * type
which, despite the name, is a pointer to an unsigned long.
So we should be passing arguments of matching type.
Spotted by the Coverity checker.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14431
auxprogs/valgrind-di-server.c
coregrind/m_debuginfo/image.c