| Age | Commit message (Collapse) | Author |
|
|
|
It's UB to subtract null pointers, which these potentially may
be. It also makes python test suite fail.
|
|
|
|
|
|
|
|
Fixes https://github.com/jvoisin/fortify-headers/issues/34
|
|
Fixes https://github.com/jvoisin/fortify-headers/issues/31
|
|
|
|
|
|
This should fix #32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110834
Reported-by: ksperling-apple
|
|
|
|
|
|
This is unlikely to be used, since fd_set is
usually manipulated by macros, but it doesn't hurt
to add a simple comparison.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Just in case the compiler tries to optimize some things away.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|