apparmor/libraries/libapparmor/include
Tyler Hicks 126472b561 libapparmor: Protect _aa_autofree users from freeing bad pointers
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>
2015-03-25 17:09:27 -05:00
..
sys libapparmor: Protect _aa_autofree users from freeing bad pointers 2015-03-25 17:09:27 -05:00
aalogparse.h libaalogparse: support missing mount keywords 2014-09-04 10:10:56 -07:00
Makefile.am libapparmor: move public headers to separate directory 2014-01-06 14:08:55 -08:00