mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 17:01:00 +01:00
![]() Creates a libapparmor function, _aa_asprintf(), which sets the *strp to NULL on error. This is needed for all of the users of the _aa_autofree cleanup attribute because the value of *strp is undefined when asprintf() fails and that could result in _aa_autofree() being passed a pointer value that it should not free. Signed-off-by: Tyler Hicks <tyhicks@canonical.com> Acked-by: John Johansen <john.johansen@canonical.com> |
||
---|---|---|
.. | ||
apparmor.h | ||
apparmor_private.h | ||
Makefile.am |