-
Notifications
You must be signed in to change notification settings - Fork 166
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
Stack based buffer overflow #14
Comments
Dima please fix this, add unit test, and tag a new release. |
@dzonerzy , thanks! |
cesantabot
pushed a commit
that referenced
this issue
Feb 23, 2017
Resolves #14 A better solution would be to allocate buffer from the heap if necessary, but it's TODO. PUBLISHED_FROM=3afba5b216dc101b258f677993c464be42c5e717
cesantabot
pushed a commit
to cesanta/mjs
that referenced
this issue
Feb 23, 2017
Resolves cesanta/frozen#14 A better solution would be to allocate buffer from the heap if necessary, but it's TODO. PUBLISHED_FROM=3afba5b216dc101b258f677993c464be42c5e717
cesantabot
pushed a commit
to cesanta/mongoose-os
that referenced
this issue
Feb 23, 2017
Resolves cesanta/frozen#14 A better solution would be to allocate buffer from the heap if necessary, but it's TODO. PUBLISHED_FROM=3afba5b216dc101b258f677993c464be42c5e717
Thank you for the fast answer and the fix, awesome job! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
While I was auditing frozen library using PyJFuzz, I came across a stack based overflow using the following testcase with address sanitizer.
e1f555ceb332dc1717778aba679cfdda20939edf.txt
I didn't investigate further, anyway there're other exploitable issue, I'll report later.
Thanks for your support!
Regards,
Daniele
The text was updated successfully, but these errors were encountered: