https://sourceware.org/bugzilla/show_bug.cgi?id=28614
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |nickc at redhat dot com
Resolution|--- |FIXED
--- Comment #3 from Nick Clifton <nickc at redhat dot com> ---
I am not a fan of using abort() inside a library. In my opinion library calls
should never fail. If they cannot complete they should return some kind of
error indication and allow their caller to decide what should be done.
To that end I have applied my own patch which replaces the assert(0)
invocations with "return false" or something similar.
--
You are receiving this mail because:
You are on the CC list for the bug.