commit | 566cebc1fc4f9908a47a1924c80ff32460543a49 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Mar 02 19:32:39 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 05 08:30:08 2021 +0100 |
tree | 309be80a5641ab0a1dc45d644d1a47055c303376 | |
parent | f8fb4f75f147053fc939ab9bcc456c0e4e5b28a9 [diff] |
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.