summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-06-15 22:56:51 -0700
committerPetr Baudis <pasky@suse.cz>2009-06-16 12:24:54 +0200
commitc8bfc696298620bc1199996f5d836ce837248b0b (patch)
tree03ff83547bc721b5563babf744195e4ccf7f477b /ChangeLog
parent2a31410e40b61c47ab4c5283c25cea2c5405d757 (diff)
Fix permission of slave device on devpts if necessary.
If devptr is misconfigured the slave device permission after grantpt might not be 0620. BZ #10166 (cherry picked from commit 292e3abebff9f94ca47c1a725a691cb6ed6cff5f)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1ba1459f8..7bec39af09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-06-15 Ulrich Drepper <drepper@redhat.com>
+ [BZ #10166]
+ * sysdeps/unix/sysv/linux/grantpt.c: If slave device is on devpts or
+ devfs, the mode might not be correct. Check it and return only if it
+ is correct.
+
[BZ #10183]
* posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.