-
Notifications
You must be signed in to change notification settings - Fork 93
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
Fix context impl cleanup. #227
Conversation
Drop invalid pointers. Signed-off-by: Michel Hidalgo <[email protected]>
Do we provide that guarantee? Just to double check, this is what I understand from your comment:
|
I meant subsequent context impl (perhaps that's the bit that's missing) (re)initialization failure after a preceding (often implicit) cleanup may result in SIGSEGV. That can happen if, within |
I see, it's super weird though. |
CI up to
|
Drop invalid pointers. Signed-off-by: Michel Hidalgo <[email protected]>
Drop invalid pointers. Signed-off-by: Michel Hidalgo <[email protected]>
Precisely what the title says. Otherwise, SIGSEGV ensues if a subsequent (re)initialization fails halfway through.