]> git.ipfire.org Git - thirdparty/postgresql.git/commit
valgrind: Adjust suppressions to handle glibc changes
authorAndres Freund <andres@anarazel.de>
Thu, 6 Mar 2025 13:45:35 +0000 (08:45 -0500)
committerAndres Freund <andres@anarazel.de>
Thu, 6 Mar 2025 13:46:42 +0000 (08:46 -0500)
commitfb9023533de4fb36d4fbed3b204a59b0cffba853
tree69d01378484625090ac04c025e8273ede327cbcf
parent0f354e0805ed5df05e02f60c6998a7b9df14b4b6
valgrind: Adjust suppressions to handle glibc changes

In newer glibc versions two additional functions appear between
send() and socketcall.send(msg):
   fun:__internal_syscall_cancel
   fun:__syscall_cancel
Due to that our existing suppression do not work anymore.

Use '...', like aleady used in other suppressions, to make valgrind ignore
these interstitial frames.

The problematic suppressions are only in < 15, as they aren't needed after
5891c7a8ed8.

Discussion: https://postgr.es/m/d7pyc6wbo2rqhfk24lsgz37766n75vty4jxy5dnppny7ezd4qc@56juadvntebw
Backpatch-through: 13
src/tools/valgrind.supp