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

Add missing NULL checks #871

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Add missing NULL checks #871

merged 1 commit into from
Jun 12, 2024

Conversation

normanmaurer
Copy link
Member

Motivation:

We didn't have all the necessary NULL checks in place which could cause a segfault when an operation failed in native code due an OOME (for example).

Modifications:

Add missing NULL checks

Result:

Correctly handle error scenarios

Motivation:

We didn't have all the necessary NULL checks in place which could cause
a segfault when an operation failed in native code due an OOME (for
example).

Modifications:

Add missing NULL checks

Result:

Correctly handle error scenarios
@normanmaurer normanmaurer added this to the 2.0.66.Final milestone Jun 12, 2024
@normanmaurer normanmaurer merged commit 9d07886 into main Jun 12, 2024
7 checks passed
@normanmaurer normanmaurer deleted the null_checks branch June 12, 2024 19:06
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

Successfully merging this pull request may close these issues.

2 participants