Fix do_brk() locking in library loader
The regular executable loader path doesn't need the locking, because it's the only user of its VM. But the same is not true at library load time. So get the mmap semaphore.
Showing
Please register or sign in to comment