]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: quic: set the source not the destination address on accept()
authorWilly Tarreau <w@1wt.eu>
Fri, 8 Apr 2022 12:34:31 +0000 (14:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Apr 2022 12:43:27 +0000 (14:43 +0200)
commit9cc88c3075ca13c90268eabc83ae121f47848f40
treee60c5844eabd93b12d612d4a501e071ba0bce494
parent8038821c889a526bf228fd660e8e41f3bef2a775
BUG/MINOR: quic: set the source not the destination address on accept()

When a QUIC connection is accepted, the wrong field is set from the
client's source address, it's the destination instead of the source.
No backport needed.
src/quic_sock.c