On Thu, Dec 09, 2021 at 07:26:06PM +0100, Eugene Crosser wrote: > Library functions should not use exit(), application that uses the > library may contain error handling path, that cannot be executed if > library functions calls exit(). For truly fatal errors, using abort() is > more acceptable than exit(). Applied, thanks.