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

Prevent g_strsplit to be called with NULL. #238

Merged
merged 1 commit into from
Jun 7, 2019

Conversation

janowagner
Copy link
Member

There might be situations where ref_ids is NULL,
so return an error instead of handing it over to g_strsplit()
which will bail out via assert().

There might be situations where ref_ids is NULL,
so return an error instead of handing it over to g_strsplit()
which will bail out via assert().
@janowagner janowagner requested a review from a team June 6, 2019 19:21
@jjnicola jjnicola merged commit 3664ee8 into greenbone:master Jun 7, 2019
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