Be careful of mangled out of bounds read

This commit is contained in:
Kelebek1 2023-01-14 19:53:55 +00:00
parent ce0b8d618d
commit 42b16bb33a
2 changed files with 9 additions and 9 deletions

View file

@ -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>