commit | a9de25a5598549dff32f4097f461ecbde311dc8f | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Feb 10 09:25:22 2023 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Feb 10 09:29:37 2023 +0100 |
tree | 579ef75c3502854a4428c0194db9be51850e6564 | |
parent | 71c486b290d49a0d278fc7f822dd451c31aaf144 [diff] |
BUG/MINOR: quic: fix type bug on "show quic" for 32-bits arch Incorrect printf format specifier "%lu" was used on "show quic" handler for uint64_t. This breaks build on 32-bits architecture. To fix this portability issue, force an explicit cast to unsigned long long with "%llu" specifier. This must be backported up to 2.7.