ci: match renamed libzmq leak frame in lsan suppressions

- LSan symbolizes the leak as the C++ method `zmq::msg_t::init_size`
  in the Debug sanitizer build, no longer the C wrapper
  `zmq_msg_init_size`
- substring match failed (`_` vs `::`), so the suppression no longer
  applied and the asan+lsan+ubsan job failed in Pair/PubSub/Poller tests
- add the demangled frame, keep the old pattern for older libzmq
This commit is contained in:
Dennis Klein
2026-06-09 17:02:54 +02:00
committed by Dennis Klein
parent f374e228ff
commit 0fd27cbbc3

View File

@@ -1 +1,2 @@
leak:zmq_msg_init_size leak:zmq_msg_init_size
leak:zmq::msg_t::init_size