valgrind: Adjust suppressions to handle glibc changes
authorAndres Freund <[email protected]>
Thu, 6 Mar 2025 13:45:35 +0000 (08:45 -0500)
committerAndres Freund <[email protected]>
Thu, 6 Mar 2025 13:45:35 +0000 (08:45 -0500)
commit33b02bfac4777a80151a564d751651c6efba002a
tree3639f270b0b2524bedb4b6ed33b447fadb84f378
parent931a1c0237901c68e6d57227fb1368178665c794
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