Skip to content
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

subversion: avoid stack corruption in script bindings #647

Merged
merged 1 commit into from
Jun 30, 2016

Conversation

dscho
Copy link
Contributor

@dscho dscho commented Jun 29, 2016

Subversion's script bindings (which are used in git-svn) can cause
segmentation faults simply by corrupting the stack under memory
pressure.

This bug was already fixed in Subversion's trunk, but that fix did not
make it into Subversion 1.9.4. Let's forward-port that patch manually.

See http://article.gmane.org/gmane.comp.version-control.git/298427 for
full details.

Reported by Ioannis Kappas.

Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de

Subversion's script bindings (which are used in git-svn) can cause
segmentation faults simply by corrupting the stack under memory
pressure.

This bug was already fixed in Subversion's trunk, but that fix did not
make it into Subversion 1.9.4. Let's forward-port that patch manually.

See http://article.gmane.org/gmane.comp.version-control.git/298427 for
full details.

Reported by Ioannis Kappas.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
@Alexpux Alexpux merged commit eefcc16 into msys2:master Jun 30, 2016
@dscho
Copy link
Contributor Author

dscho commented Jun 30, 2016

Thanks!

@dscho dscho deleted the subversion branch June 30, 2016 12:37
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.

None yet

2 participants