-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Null pointer dereferencing in dict.c and async.c #747
Comments
shouc
changed the title
Several potential null pointer dereferencing
Several null pointer dereferencing in dict.c and async.c
Jan 9, 2020
shouc
changed the title
Several null pointer dereferencing in dict.c and async.c
Null pointer dereferencing in dict.c and async.c
Jan 9, 2020
This has been given the CVE ID CVE-2020-7105. |
lamby
added a commit
to lamby/hiredis
that referenced
this issue
Jan 19, 2020
We have an open PR that has this specific change in it along with a few other NULL pointer deref fixes although it does not immediately abort on failure to reallocate. Just adding it here for reference. |
lamby
added a commit
to lamby/hiredis
that referenced
this issue
Jan 19, 2020
#752 contains more fixes on nullptr dereferencing so I also think merging these two is reasonable |
lamby
added a commit
to lamby/hiredis
that referenced
this issue
Jan 22, 2020
michael-grunder
added a commit
that referenced
this issue
Jan 23, 2020
michael-grunder
added a commit
that referenced
this issue
Jan 28, 2020
michael-grunder
added a commit
that referenced
this issue
Mar 13, 2020
valentinogeron
pushed a commit
to valentinogeron/hiredis
that referenced
this issue
Mar 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code never aborts when
malloc
is unsuccessful, causing dereferencing of null pointers.async.c:61
dict.c:75
dict.c:146
dict.c:261
The text was updated successfully, but these errors were encountered: