]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: don't truncate the file descriptor to 16 bits in debug mode
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Mar 2021 18:32:39 +0000 (19:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 5 Mar 2021 07:30:08 +0000 (08:30 +0100)
commit566cebc1fc4f9908a47a1924c80ff32460543a49
tree309be80a5641ab0a1dc45d644d1a47055c303376
parentf8fb4f75f147053fc939ab9bcc456c0e4e5b28a9
BUG/MINOR: ssl: don't truncate the file descriptor to 16 bits in debug mode

Errors reported by ssl_sock_dump_errors() to stderr would only report the
16 lower bits of the file descriptor because it used to be casted to ushort.
This can be backported to all versions but has really no importance in
practice since this is never seen.
src/ssl_sock.c