Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bcd calls exit #13

Open
kwizart opened this issue Nov 7, 2020 · 0 comments
Open

bcd calls exit #13

kwizart opened this issue Nov 7, 2020 · 0 comments

Comments

@kwizart
Copy link

kwizart commented Nov 7, 2020

There is this error when reviewing the bcd package for Fedora:

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.

For example, I wonder if the library could return 0.f; on functions that expects a float ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant