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

Fix is_cidr_block(). #322

Merged
merged 1 commit into from
Mar 26, 2020
Merged

Fix is_cidr_block(). #322

merged 1 commit into from
Mar 26, 2020

Conversation

jjnicola
Copy link
Member

The pointer p points to a part in block_str, and block_str points to
addr_str. So, the addr_str must be g_free()'d after check p.

@jjnicola jjnicola requested a review from mattmundell March 26, 2020 11:53
The pointer p points to a part in block_str, and block_str points to
addr_str. So, the addr_str must be g_free()'d after check p,
@mattmundell mattmundell merged commit c930efa into greenbone:master Mar 26, 2020
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