summaryrefslogtreecommitdiffstats
path: root/externals/demangle/ItaniumDemangle.cpp
diff options
context:
space:
mode:
authorKelebek1 <eeeedddccc@hotmail.co.uk>2023-01-21 07:19:43 +0100
committerKelebek1 <eeeedddccc@hotmail.co.uk>2023-01-21 07:19:43 +0100
commit31229dd2456b848254507407a95fc2137f330ace (patch)
treefdc346519c5b946ce6544cccb98e6b5c3cedf6a8 /externals/demangle/ItaniumDemangle.cpp
parentBe careful of mangled out of bounds read (diff)
downloadyuzu-31229dd2456b848254507407a95fc2137f330ace.tar
yuzu-31229dd2456b848254507407a95fc2137f330ace.tar.gz
yuzu-31229dd2456b848254507407a95fc2137f330ace.tar.bz2
yuzu-31229dd2456b848254507407a95fc2137f330ace.tar.lz
yuzu-31229dd2456b848254507407a95fc2137f330ace.tar.xz
yuzu-31229dd2456b848254507407a95fc2137f330ace.tar.zst
yuzu-31229dd2456b848254507407a95fc2137f330ace.zip
Diffstat (limited to '')
-rw-r--r--externals/demangle/ItaniumDemangle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/demangle/ItaniumDemangle.cpp b/externals/demangle/ItaniumDemangle.cpp
index 3a3cbda18..5e078e3e2 100644
--- a/externals/demangle/ItaniumDemangle.cpp
+++ b/externals/demangle/ItaniumDemangle.cpp
@@ -2,7 +2,7 @@
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-FileCopyrightText: Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// SPDX-FileCopyrightText: Part of the LLVM Project
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//