Follow-up Comment #4, bug #57277 (project findutils):
> One can't decorate a function with nonnull attribute and then call the
function with NULL. Doing that, an optimizing compiler can do aggressive
optimizations.
__attribute__ __nonnull__ actually means two things:
1) The compiler may emit warn
Follow-up Comment #3, bug #57277 (project findutils):
[comment #1 comment #1:]
> First of all, the fix for this should go into gnulib --> adding their ML.
>
> Then, this test actually wants to verify the behavior of that
> function when called with a NULL value (it should return NULL
> and set e