]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: proxy: fix clang build error on "add backend" handler
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 6 Feb 2026 20:11:37 +0000 (21:11 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 6 Feb 2026 20:17:18 +0000 (21:17 +0100)
commit5dff6e439db455fcf745dc24e88ace996f7d0aaa
tree7a8d51531c49243dcca241385e8d4d56c6e20872
parentd7cdd2c7f40458d53832b05374808f86055d17c8
BUG/MINOR: proxy: fix clang build error on "add backend" handler

This patch fixes the following compilation error :
  src/proxy.c:4954:12: error: format string is not a string literal
        (potentially insecure) [-Werror,-Wformat-security]
   4954 |         ha_notice(msg);
        |                   ^~~

No need to backport.
src/proxy.c