Revert "real fix for possible CVE with negative length"#357
Open
jmtd wants to merge 1 commit intozevv:v1.5.0-rc2from
Open
Revert "real fix for possible CVE with negative length"#357jmtd wants to merge 1 commit intozevv:v1.5.0-rc2from
jmtd wants to merge 1 commit intozevv:v1.5.0-rc2from
Conversation
Collaborator
|
>>>> "Jonathan" == Jonathan Dowland ***@***.***> writes:
This reverts commit 5e98e6e.
Fixes #355.
There's not enough context in the original commits for me to figure
out the issue they were resolving, but this has introduced a buffer
overflow it seems, which is resolved by reverting it.
This was some guy pushing his fix on us before he filed a CVE about
it. I didn't think it was the right fix at the time, but didn't push
back too hard.
Thanks for your help here! I think what I really need help on is
motivation and getting the 1.5 release all set to go for testing. I'd
really like to get 1.5-rc2 out the door sooner so people can test it
out.
Another area I'd like to see would be automated testing for regression
work, but that's more aspirational than really needed.
I'll see if I can find some time in the next week to go over what's
out there and see if I can cut a new 1.5-rc2 release for people to
beat on.
John
--------------------------------------------------------------------------------------------------
You can view, comment on, or merge this pull request online at:
#357
Commit Summary
* 7d99186 Revert "real fix for possible CVE with negative length"
File Changes
(1 file)
* M src/libduc/buffer.c (2)
Patch Links:
* https://github.com/zevv/duc/pull/357.patch
* https://github.com/zevv/duc/pull/357.diff
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.*Message ID: <zevv/duc/pull/357@
github.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit 5e98e6e.
Fixes #355.
There's not enough context in the original commits for me to figure out the issue they were resolving, but this has introduced a buffer overflow it seems, which is resolved by reverting it.