haproxy/addons/51degrees
Willy Tarreau 93f9ecbfe6 BUG/MINOR: addons/51d: NUL-terminate headers before passing them to Trie API
_51d_set_device_offsets() passes ctx.value.ptr directly to
fiftyoneDegreesGetDeviceOffset() which expects a null-terminated string.
Let's copy it through the trash first, to avoid possibly surronding
garbage.

This can be backported to all versions.
2026-05-26 13:13:24 +02:00
..
dummy BUILD: 51d: fix bool definition on dummy lib v4 2026-04-28 18:12:35 +02:00
51d.c BUG/MINOR: addons/51d: NUL-terminate headers before passing them to Trie API 2026-05-26 13:13:24 +02:00