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

fprintf is used before pointer to fprintf is initialized #9

Open
PhilKoe opened this issue Sep 25, 2020 · 0 comments
Open

fprintf is used before pointer to fprintf is initialized #9

PhilKoe opened this issue Sep 25, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@PhilKoe
Copy link
Collaborator

PhilKoe commented Sep 25, 2020

In init_basic in event.c fprintf is used before pointer to fprintf is initialized. init_wrapper() has to be called before error handling is done (e.g. before first call of getenv()).

@PhilKoe PhilKoe added the bug Something isn't working label Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant