munshkr / spuriOS

SpuriOS ~ the best x86 monolithic kernel you'll ever know (probably not)
GNU General Public License v3.0
1 stars 0 forks source link

shared-mem might fail as well (when freeing mem) #51

Open darthpolly opened 13 years ago

darthpolly commented 13 years ago

Same bug as copy-on-write might fail issue. When checking if other process has this vaddr shared, we are not checking if the page frame is the same.