From ae054f750283dccb1454d71dc00d0343dc2b1c60 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sun, 1 Mar 2020 12:56:15 -0500 Subject: [PATCH] update CHANGELOG for #1985 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e01d24a15c..68102ad999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Nokogiri Changelog +## 1.10.x / unreleased + +### Fixed + +* [MRI] Raise an exception when Nokogiri detects a specific libxml2 edge case involving blank Schema nodes wrapped by Ruby objects that would cause a segfault. Currently no fix is available upstream, so we're preventing a dangerous operation and informing users to code around it if possible. [[#1985](https://github.com/sparklemotion/nokogiri/issues/1985), [#2001](https://github.com/sparklemotion/nokogiri/issues/2001)] + + ## 1.10.8 / 2020-02-10 ### Security