https://bugs.kde.org/show_bug.cgi?id=412887

            Bug ID: 412887
           Summary: Shared library calls exit
           Product: partitionmanager
           Version: 4.0.0
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: andr...@stikonas.eu
          Reporter: mattia.ve...@tiscali.it
  Target Milestone: ---

rpmlint shows a warning about libkpmcore calling exit on GLIBC:

kpmcore.x86_64: W: shared-lib-calls-exit /usr/lib64/libkpmcore.so.4.0.1
exit@GLIBC_2.2.5

shared-lib-calls-exit:
This library package calls exit() or _exit(), 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.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to