reverie-rs / reverie

trace and intercept linux syscalls.
Other
14 stars 5 forks source link

bug fix: syscall patch + benchmarks #40

Closed wangbj closed 5 years ago

wangbj commented 5 years ago

it is normal mmap could return the same virtual address after munmap, however, they might point to different physical memory. so we shouldn't assume the patch work is done just because the virtual addresses are the same.