]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: switch to conn->src in error snapshots
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Jul 2019 13:20:02 +0000 (15:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Jul 2019 11:50:09 +0000 (13:50 +0200)
commit026efc71c8f766667e3803cad357ad7cf051c942
tree99ce62c79236f879da0734ab734f270573223b7e
parent71e34c186ae36b8f89d39e2c56f8b63c08cadef3
MINOR: proxy: switch to conn->src in error snapshots

The source address was taken unchecked from a client connection. In
practice we know it's set but better strengthen this now.
src/proxy.c