Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove invalid call to
munmap
in fd_shmem_join
The call to `munmap` is invalid as it will only be called when `shmem` is set to `MAP_FAILED`. This is not a valid userspace address and `munmap` will fail every time.
- Loading branch information