Skip to content

Fix potential null pointer dereference in netfilter#13

Merged
netblue30 merged 1 commit into
masterfrom
unknown repository
Aug 13, 2015
Merged

Fix potential null pointer dereference in netfilter#13
netblue30 merged 1 commit into
masterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Aug 11, 2015

In netfilter.c, the memset call on line 70 is before the check for null pointer, so it could cause a null pointer dereference crash. The statement has been moved to after the null pointer check.

netblue30 pushed a commit that referenced this pull request Aug 13, 2015
Fix potential null pointer dereference in netfilter
@netblue30 netblue30 merged commit a4209cf into netblue30:master Aug 13, 2015
@netblue30
Copy link
Copy Markdown
Owner

Merged, thanks!

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.

1 participant