diff options
| author | 2023-01-14 19:53:55 +0000 | |
|---|---|---|
| committer | 2023-01-14 19:53:55 +0000 | |
| commit | 42b16bb33ab0a0bb5b8e4032753fbe67bc85844f (patch) | |
| tree | 329775ff39c761ad64ee9a045edd5a983677d90b /src/core/arm/arm_interface.cpp | |
| parent | Move demangle impl to cpp (diff) | |
| download | yuzu-42b16bb33ab0a0bb5b8e4032753fbe67bc85844f.tar.gz yuzu-42b16bb33ab0a0bb5b8e4032753fbe67bc85844f.tar.xz yuzu-42b16bb33ab0a0bb5b8e4032753fbe67bc85844f.zip | |
Be careful of mangled out of bounds read
Diffstat (limited to 'src/core/arm/arm_interface.cpp')
| -rw-r--r-- | src/core/arm/arm_interface.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/arm/arm_interface.cpp b/src/core/arm/arm_interface.cpp index a34200539..8aa7b9641 100644 --- a/src/core/arm/arm_interface.cpp +++ b/src/core/arm/arm_interface.cpp | |||
| @@ -1,10 +1,6 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project | 1 | // SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project |
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | 3 | ||
| 4 | #ifndef _MSC_VER | ||
| 5 | #include <cxxabi.h> | ||
| 6 | #endif | ||
| 7 | |||
| 8 | #include <map> | 4 | #include <map> |
| 9 | #include <optional> | 5 | #include <optional> |
| 10 | 6 | ||