Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
GNOME
libxml2
Merge requests
!177
Add fuzzing asserts to xmlSetTreeDoc()
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
David Kilzer
requested to merge
ddkilzer/add-fuzzing-asserts-to-xmlSetTreeDoc
into
master
May 25, 2022
Overview
4
Commits
1
Pipelines
1
Changes
1
tree.c: (xmlSetTreeDoc):
When xmlSetTreeDoc() has to change documents, the calling code probably has a bug, so assert when those conditions are hit. This is a follow-up to commit
4bc3ebf3
.