604c4bbea3
Writing to NULL is undefined behavior and it is legal for the compiler to simply remove it; clang will do so. abort() or __builtin_trap() would produce the desirable result. abort() is used as it is more portable. |
||
---|---|---|
exposed | ||
extlib | ||
include | ||
m4 | ||
src | ||
tools | ||
.gitattributes | ||
.gitignore | ||
COPYING.txt | ||
Makefile.am | ||
Makefile.msvc | ||
autogen.sh | ||
configure.ac | ||
wishlist.txt |