Hi all, Here are some more small potential bugfixes that were found by the static analysis tool I have been running for a bit. As before, no "grades" on these bugfixes, and please review them as I think they are ok, and all build properly, but they might have minor issues that I missed.
thanks, greg k-h Greg Kroah-Hartman (6): BUG: resolvers: fix memory leak on AAAA additional records BUG: spoe: fix pointer arithmetic overflow in spoe_decode_buffer() BUG: sample: fix info leak in regsub when exp_replace fails BUG: hlua: fix use-after-free of HTTP reason string BUG: http-act: validate decoded lengths in set-headers-bin BUG: mux-fcgi: prevent record-length truncation with large bufsize include/haproxy/spoe.h | 2 +- src/hlua.c | 11 +++++++++++ src/http_act.c | 4 ++++ src/mux_fcgi.c | 14 +++++++++++++- src/resolvers.c | 1 - src/sample.c | 7 ++++++- 6 files changed, 35 insertions(+), 4 deletions(-) -- 2.53.0

