mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
Be careful of mangled out of bounds read
This commit is contained in:
parent
a665621670
commit
8fea4c21b2
2 changed files with 9 additions and 9 deletions
|
@ -1,10 +1,6 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include <cxxabi.h>
|
||||
#endif
|
||||
|
||||
#include <map>
|
||||
#include <optional>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue