]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add processing of sized delete operators into filter_libc
authorPetar Jovanovic <mips32r2@gmail.com>
Thu, 21 Jun 2018 09:59:20 +0000 (11:59 +0200)
committerPetar Jovanovic <mips32r2@gmail.com>
Thu, 21 Jun 2018 09:59:51 +0000 (11:59 +0200)
commit19101881244cabaaf354340b7d2398e9154fa043
treeb0cc36bb83ecf660af4497e7fe10183f4c4ba41c
parent6fbd9bf771494a4c547c6649cf90ae285fb709ae
Add processing of sized delete operators into filter_libc

C++14 introduces sized delete operators and Valgrind support is added
by 6ef6f73. In addition, stderr filter which is used by Regtest should
be able to recognize this particular form in error report (just like
the other kinds of delete operators) in order to provide uniform output.

Fixes memcheck/tests/mismatches failure on non C++14 builds.

Patch by Aleksandar Rikalo.
memcheck/tests/mismatches.stderr.exp
tests/filter_libc