Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

shared-lib-calls-exit #9

@ghost

Description

infinipath-psm.x86_64: W: shared-lib-calls-exit /usr/lib64/libpsm_infinipath.so.1.16 exit@GLIBC_2.2.5
infinipath-psm.x86_64: W: shared-lib-calls-exit /usr/lib64/libinfinipath.so.4.0 exit@GLIBC_2.2.5

Calling exit 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

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions