diff --git a/CVE-2023-52425-libexpat-2.6.0-backport.patch b/CVE-2023-52425-libexpat-2.6.0-backport.patch index ffafbe0..f733b09 100644 --- a/CVE-2023-52425-libexpat-2.6.0-backport.patch +++ b/CVE-2023-52425-libexpat-2.6.0-backport.patch @@ -286,7 +286,7 @@ Patch: CVE-2023-52425-libexpat-2.6.0-backport.patch self.assert_event_tags(parser, []) self._feed(parser, ">\n", chunk_size, flush) - self.assert_event_tags(parser, [('end', 'element')]) -+ expected_events += [('end', 'element')]) ++ expected_events += [('end', 'element')] self._feed(parser, "texttail\n", chunk_size, flush) self._feed(parser, "\n", chunk_size, flush) - self.assert_event_tags(parser, [