Valgrind will tell you about memory leaks and won't always behave the way it did here when there's a backdoor. In this case it just so happened that valgrind was throwing errors because the stack layout didn't match what the exploit was expecting. Otherwise valgrind would have probably worked without issues.
rowanG077|1 year ago
farmdve|1 year ago
Also remember this
>> odd valgrind complaint in automated testing of postgres
I would imagine compiling a list of odd complaints may yield something , or nothing at all.
valevk|1 year ago
What does that mean? Why is the exploit expecting something from the stack layout and why does valgrind complain?
galangalalgol|1 year ago