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
In UnmapProcessMemory, we don't ensure that src_address is correct, that is, we don't check that the frames in the dst match the frame in the src. HOS/NX does this by building a PageList (essentially a vector of frames) and comparing them.
We could do something similar by iterating over the Mappings and checking if their Frames + PhysOffset are equals.
In UnmapProcessMemory, we don't ensure that src_address is correct, that is, we don't check that the frames in the dst match the frame in the src. HOS/NX does this by building a PageList (essentially a vector of frames) and comparing them.
We could do something similar by iterating over the Mappings and checking if their Frames + PhysOffset are equals.
SunriseOS/kernel/src/syscalls.rs
Lines 954 to 964 in 27ab3e4
This issue was generated by todo based on a
TODO
comment in 27ab3e4 when #458 was merged. cc @roblabla.The text was updated successfully, but these errors were encountered: