diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-05-12 11:58:09 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-05-12 16:04:16 +0200 |
commit | 1d2bc2eae969543b89850e35e532f3144122d80a (patch) | |
tree | b1d3fc8acc8fa42e572b25a2c107dfb3b9486241 /ChangeLog | |
parent | e8f1225ca4d4afa4043c5267ae6dbe12268e2637 (diff) | |
download | glibc-1d2bc2eae969543b89850e35e532f3144122d80a.tar.gz glibc-1d2bc2eae969543b89850e35e532f3144122d80a.tar.xz glibc-1d2bc2eae969543b89850e35e532f3144122d80a.zip |
fork: Remove bogus parent PID assertions [BZ #21386]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d46d7cb033..ed7db0b1f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-05-12 Florian Weimer <fweimer@redhat.com> + + [BZ #21386] + * sysdeps/nptl/fork.c (__libc_fork): Remove assertions on the + parent PID. The assertion in the child is incorrect with PID + namespaces. + 2017-05-12 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/kernel-features.h |