• Linus Torvalds's avatar
    Fix do_brk() locking in library loader · 19a92c41
    Linus Torvalds authored
    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.
    19a92c41
binfmt_elf.c 43.6 KB