diff --git a/.checkpackageignore b/.checkpackageignore index cae06b629c..b0ebd9c49e 100644 --- a/.checkpackageignore +++ b/.checkpackageignore @@ -1018,7 +1018,6 @@ package/ti-utils/0001-plt.h-fix-build-with-gcc-10.patch lib_patch.Upstream package/tinyalsa/0001-include-time.h-before-asound.h.patch lib_patch.Upstream package/tinycompress/0001-wave-add-time.h-missing-header-inclusion.patch lib_patch.Upstream package/tinydtls/0001-sha2-sha2.c-fix-build-on-big-endian.patch lib_patch.Upstream -package/tinyxml/0001-In-stamp-always-advance-the-pointer-if-p-0xef.patch lib_patch.Upstream package/transmission/S92transmission Shellcheck lib_sysv.ConsecutiveEmptyLines lib_sysv.Indent lib_sysv.Variables package/triggerhappy/S10triggerhappy Shellcheck lib_sysv.Indent lib_sysv.Variables package/trousers/0001-Check-if-the-compiler-understands-pie-and-relro-options.patch lib_patch.Upstream diff --git a/package/tinyxml/0001-In-stamp-always-advance-the-pointer-if-p-0xef.patch b/package/tinyxml/0001-In-stamp-always-advance-the-pointer-if-p-0xef.patch index ea0f6476c8..1da613c205 100644 --- a/package/tinyxml/0001-In-stamp-always-advance-the-pointer-if-p-0xef.patch +++ b/package/tinyxml/0001-In-stamp-always-advance-the-pointer-if-p-0xef.patch @@ -8,8 +8,8 @@ by two non-zero bytes. In case of malformed input (0xef should be the start byte of a three byte character) this leads to an infinite loop. (CVE-2021-42260) -[Retrieved (and backported) from: -https://sourceforge.net/p/tinyxml/git/merge-requests/1] +CVE: CVE-2021-42260 +Upstream: https://sourceforge.net/p/tinyxml/git/merge-requests/1 Signed-off-by: Fabrice Fontaine --- tinyxmlparser.cpp | 6 ++++++