From 1bf94882389f3c9cc308adb1ec24568387ef97f336a4c32aef2830c1e96a3021 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 19 Sep 2024 01:15:31 +0000 Subject: [PATCH] Fix patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=174 --- CVE-2023-52425-libexpat-2.6.0-backport.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, [