You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would run into cases where I'd VirtWrite onto a PTE that wasn't set writeable; but writing over it ignoring the PTE state never lead to any weird crash so I let it be.
It'd be good to understand why that is and what's the behavior behind; it might be the case that the PF handler turns it to writeable for unknown reason so we might need to emulate that behavior as well.
The text was updated successfully, but these errors were encountered:
0vercl0k
changed the title
Investigate & turn back on ValidateWrite in Backend_t::VirtWrite
Investigate & turn back on ValidateWrite in VirtWrite
Jul 18, 2021
I remember I turned this off at one point:
I would run into cases where I'd
VirtWrite
onto a PTE that wasn't set writeable; but writing over it ignoring the PTE state never lead to any weird crash so I let it be.It'd be good to understand why that is and what's the behavior behind; it might be the case that the PF handler turns it to writeable for unknown reason so we might need to emulate that behavior as well.
The text was updated successfully, but these errors were encountered: