mirror of https://git.musl-libc.org/git/musl
Browse Source
after the thread unmaps its own stack/thread structure, the kernel, performing child tid clear and futex wake, could clobber a new mapping made at the same location as the just-removed thread's tid field. disable kernel clearing of child tid to prevent this.rs-1.0
2 changed files with 10 additions and 4 deletions
Loading…
Reference in new issue