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

Work around a bug in libxml2 #2001

Merged
merged 1 commit into from Mar 1, 2020
Merged

Work around a bug in libxml2 #2001

merged 1 commit into from Mar 1, 2020

Conversation

tenderlove
Copy link
Member

This commit works around a bug in libxml2 where parsing schemas can
result in dangling pointers which can lead to a segv.

Upstream bug is here: https://gitlab.gnome.org/GNOME/libxml2/issues/148

Fixes #1985

This commit works around a bug in libxml2 where parsing schemas can
result in dangling pointers which can lead to a segv.

Upstream bug is here:  https://gitlab.gnome.org/GNOME/libxml2/issues/148

Fixes #1985
@flavorjones flavorjones added the topic/memory Segfaults, memory leaks, valgrind testing, etc. label Feb 26, 2020
@flavorjones flavorjones merged commit 40946a5 into master Mar 1, 2020
@flavorjones flavorjones deleted the fix-segv branch March 1, 2020 17:47
@flavorjones
Copy link
Member

This was released in v1.10.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/memory Segfaults, memory leaks, valgrind testing, etc. upstream/libxml2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory access violation / Crash during GC
2 participants