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
System calls can overwrite data that's read-only to a process. System calls that use output pointers should check for write permissions.
Also, a process may pass in a supervisor only address that the kernel can read/write from. This should be avoided too.
The text was updated successfully, but these errors were encountered:
System calls can overwrite data that's read-only to a process. System calls that use output pointers should check for write permissions.
Also, a process may pass in a supervisor only address that the kernel can read/write from. This should be avoided too.
The text was updated successfully, but these errors were encountered: