Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information