commit | f67e8fb92c795808f60b2406ae395ebc0ca180c5 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Mon Jul 25 15:51:30 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Jul 25 16:10:58 2022 +0200 |
tree | c6be06459dea7e2ecb1fb9a269669a847dfe44bb | |
parent | 51b1fcedebbec17fd38b8b1c1de10c7572d24ec8 [diff] |
BUG/MINOR: sockpair: wrong return value for fd_send_uxst() The fd_send_uxst() function which is used to send a socket over the socketpair returns 1 upon error instead of -1, which means the error case of the sendmsg() is never catched correctly. Must be backported as far as 1.9.