commit | bbe18ac5dfc9079b68285d3e015e9f545f71008a | [log] [tgz] |
---|---|---|
author | William Dauchy <w.dauchy@criteo.com> | Sat Aug 01 16:28:51 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Aug 05 22:12:47 2020 +0200 |
tree | b80a4e672c950d48218d206a251436627d088328 | |
parent | 87138c3524bc4242dc48cfacba82d34504958e78 [diff] |
BUG/MINOR: spoa-server: fix size_t format printing From https://www.python.org/dev/peps/pep-0353/ "A new type Py_ssize_t is introduced, which has the same size as the compiler's size_t type, but is signed. It will be a typedef for ssize_t where available." For integer types, causes printf to expect a size_t-sized integer argument. This should fix github issue #702 This should be backported to >= v2.2 Signed-off-by: William Dauchy <w.dauchy@criteo.com>