mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-25 10:42:14 -04:00
|
Some checks are pending
Contrib / admin/halog/ (push) Waiting to run
Contrib / dev/flags/ (push) Waiting to run
Contrib / dev/haring/ (push) Waiting to run
Contrib / dev/hpack/ (push) Waiting to run
Contrib / dev/poll/ (push) Waiting to run
VTest / Generate Build Matrix (push) Waiting to run
VTest / (push) Blocked by required conditions
Windows / Windows, gcc, all features (push) Waiting to run
Cross-compilation on m68k fails in ssl_sock_resize_passphrase_cache() where the compiler noticed the SIZE_MAX passed to realloc() in the error path and complained that it's larger than PTRDIFF_MAX. This can be disabled with -Walloc-size-larger-than=SIZE_MAX but in practice we can simply hide the value and keep the warning to detect real failures elsewhere. Let's pass it through DISGUISE() and also take this opportunity for doing that inside an unlikely() clause since it's never supposed to happen. |
||
|---|---|---|
| .. | ||
| haproxy | ||
| import | ||
| make | ||