Skip to content

libtidy.x86_64: W: shared-lib-calls-exit /usr/lib64/libtidy.so.5.0.0 exit@GLIBC_2.2.5 #296

@mcepl

Description

@mcepl

This library package calls exit(3) or _exit(2), probably in a non-fork() context. Doing so from a library is strongly discouraged - when a library function calls exit(), it prevents the calling program from handling the error, reporting it to the user, closing files properly, and cleaning up any state that the program has. It is preferred for the library to return an actual error code and let the calling program decide how to handle the situation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions