aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2014-03-24 15:24:02 +0100
committerFlorian Weimer <fweimer@redhat.com>2014-04-01 10:29:56 +0200
commit13f7fe35ae2b0ea55dc4b9628763aafdc8bdc30c (patch)
tree795c9d70e0d45f280c06e36e89d350dd3fbf8161 /ChangeLog
parentc859b32e9d76afe8a3f20bb9528961a573c06937 (diff)
downloadglibc-13f7fe35ae2b0ea55dc4b9628763aafdc8bdc30c.zip
glibc-13f7fe35ae2b0ea55dc4b9628763aafdc8bdc30c.tar.gz
glibc-13f7fe35ae2b0ea55dc4b9628763aafdc8bdc30c.tar.bz2
Check for syscall error in the SETXID implementation in NPTL (bug 13347).
At this point, we can only abort the process because we have already switched credentials on other threads. Returning an error would still leave the process in an inconsistent state. The new xtest needs root privileges to run.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index edb6ec4..1ef37c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-04-01 Florian Weimer <fweimer@redhat.com>
+
+ [BZ #13347]
+ * nptl/nptl-init.c (sighandler_setxid): Check system call result.
+ * nptl/tst-setuid2.c: New file.
+ * nptl/Makefile (xtests): Add tst-setuid2.
+
2014-04-01 Alan Modra <amodra@gmail.com>
[BZ #16786]