mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-03 09:53:07 -05:00
The leak happens due to using strndup to create a temporary string without freeing it afterwards. See: https://pagure.io/freeipa/issue/7738 Signed-off-by: Thomas Woerner <twoerner@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>