ACK. Fine, whatever makes the analyzers happy.
Arne
Am 21.10.15 um 10:08 schrieb Steffan Karger:
> The code behind our ASSERT() macro is pretty complex. Although it seems
> to be correct, make it trivially clear we will never return from a failed
> assert by adding an _exit(1) call. As was sugg
The code behind our ASSERT() macro is pretty complex. Although it seems
to be correct, make it trivially clear we will never return from a failed
assert by adding an _exit(1) call. As was suggested by Sebastian Krahmer
of the SuSE security team.
To make sure they that tools like clang static ana
Am 21.10.15 um 00:37 schrieb Steffan Karger:
> The code behind our ASSERT() macro is pretty complex. Although it seems
> to be correct, make it trivially clear we will never return from a failed
> assert by adding an _exit(1) call. As was suggested by Sebastian Krahmer
> of the SuSE security te
The code behind our ASSERT() macro is pretty complex. Although it seems
to be correct, make it trivially clear we will never return from a failed
assert by adding an _exit(1) call. As was suggested by Sebastian Krahmer
of the SuSE security team.
A secondary benefit is that tools like clang stati