]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: Impprove hash_ipanon to not hash FD-based addresses
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 29 Sep 2022 09:53:07 +0000 (11:53 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 29 Sep 2022 09:53:08 +0000 (11:53 +0200)
commit015bbc298ff2eecebba09968b7c3ff41a65b6d12
treecb2a6817288f9bd8b0f4eec403dcaf7189db757c
parent7e50e4b9cc11ff2b640c7fbfc3350753a5dda071
MINOR: tools: Impprove hash_ipanon to not hash FD-based addresses

"stdout" and "stderr" are not hashed. In the same spirit, "fd@" and
"sockpair@" prefixes are not hashed too. There is no reason to hash such
address and it may be useful to diagnose bugs.

No backport needed, except if anonymization mechanism is backported.
src/tools.c