commit | 07451aceab1ea0863b06f57629b618961edbb3ab | [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 18:20:50 2021 +0100 |
tree | 9762cecf30ec4a888c341507f2f24f01afdaadfd | |
parent | 598ec14ca797b61f25f183216323d533a7c45c5e [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. (cherry picked from commit 566cebc1fc4f9908a47a1924c80ff32460543a49) Signed-off-by: Willy Tarreau <w@1wt.eu>