Florian Weimer <fwei...@redhat.com> writes:
>> +                  if (fullpath == NULL)
>> +                    /* This matches old behavior wrt DT_UNKNOWN.  */
>> +                    break;
>
> Shouldn't this report memory allocation failure to the caller?

We could easily replace that break with a "goto memory_error" but that
changes the new logic from "better hint" to "mandatory function".


Reply via email to