-
Notifications
You must be signed in to change notification settings - Fork 16
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 dereference vulnerability in MiniPS::delete0 getType() (minips.cpp:220) #20
Comments
Thank you for reporting this! I'm not able to reproduce this as of 22bb390. It does a successful conversion. If you can reproduce the problem, please reopen the issue. |
@pts Well, i also find the problem later, you should disable ASAN when you compile with gcc7.x (but no problem in gcc 5.x). That means you can't compile the project with flag "-ggdb -fsanitize=address" :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, i found a null pointer dereferencebug in the sam2p 0.49.4. It crashed in function MiniPS::delete.the details are below(ASAN):
POC FILE:https://github.com/fantasy7082/image_test/blob/master/020-null-p-minips
The text was updated successfully, but these errors were encountered: