Fix PPU stack contents on allocation
This commit is contained in:
@@ -936,6 +936,7 @@ namespace vm
|
|||||||
if (!shm)
|
if (!shm)
|
||||||
{
|
{
|
||||||
utils::memory_protect(g_base_addr + addr, size, utils::protection::no);
|
utils::memory_protect(g_base_addr + addr, size, utils::protection::no);
|
||||||
|
std::memset(g_sudo_addr + addr, 0, size);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user