mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-14 11:31:59 +01:00
When da_atlas_compile() or da_atlas_open() failed in init_deviceatlas(), atlasimgptr was leaked and da_fini() was never called. Also add a NULL check on strdup() for the default cookie name with proper cleanup of the atlas and image pointer on failure. This should be backported to lower branches.