]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: deviceatlas: add missing return on error in config parsers
authorDavid Carlier <dcarlier@deviceatlas.com>
Sat, 14 Feb 2026 13:23:55 +0000 (13:23 +0000)
committerWilly Tarreau <w@1wt.eu>
Sat, 14 Feb 2026 13:47:22 +0000 (14:47 +0100)
commit2d6e9e15cda3e19cfe3ed932b1ad72064d8f8d82
tree8e4bd47660fe8ae63dc385e6454a94c7f5c271a5
parent5689605c8e70f77aac71aa234d17565bb972643e
BUG/MINOR: deviceatlas: add missing return on error in config parsers

da_log_level() and da_cache_size() were missing a return -1 on error,
causing fall-through to the normal return 0 path when invalid values
were provided.

This should be backported to lower branches.
addons/deviceatlas/da.c