diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-06-15 22:56:51 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-15 22:56:51 -0700 |
commit | 292e3abebff9f94ca47c1a725a691cb6ed6cff5f (patch) | |
tree | c6ad0a749bdd53d1d021e8b5739a0d6580014bc0 /ChangeLog | |
parent | 395a37e379bf900b2b6a25e17c44cde2d1c46c44 (diff) | |
download | glibc-292e3abebff9f94ca47c1a725a691cb6ed6cff5f.tar glibc-292e3abebff9f94ca47c1a725a691cb6ed6cff5f.tar.gz glibc-292e3abebff9f94ca47c1a725a691cb6ed6cff5f.tar.bz2 glibc-292e3abebff9f94ca47c1a725a691cb6ed6cff5f.zip |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |