]> git.ipfire.org Git - thirdparty/valgrind.git/commit
gcc on arm64 -Og produces a (false positive) warning that
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 2 Sep 2014 22:20:14 +0000 (22:20 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 2 Sep 2014 22:20:14 +0000 (22:20 +0000)
commit3b829c3acc2fa99d327608749e1e0a69eb949871
tree457ff19fe92fd901ebbd5214a5eaba7309874d42
parent92d5d59659f10929d4daccd3ffc49eb7af632660
gcc on arm64 -Og produces a (false positive) warning that
stackPos might be used uninitialised.

Silence gcc by assigning a value to stackPos.
This value must be overriden if a stack description is found.
The fact that the value is overriden is asserted.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14438
coregrind/m_addrinfo.c