selinux/restorecond
Nicolas Iooss e720859f57 restorecond: add noreturn attribute to exitApp()
This makes it possible for static analyzers such as clang's one to
understand that strings_list_add() cannot dereference a NULL pointer in
the following code:

    if (!newptr)
        exitApp("Out of Memory");
    newptr->string = strdup(string);

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
2017-03-07 14:00:16 -05:00
..
2016-11-16 11:20:05 -05:00
2016-11-16 11:19:51 -05:00
2016-11-16 11:19:51 -05:00