diff options
author | Florian Weimer <fweimer@redhat.com> | 2012-07-24 13:45:59 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2012-08-01 18:12:58 +0200 |
commit | 7e66ee5142deda977163d0a858c3d2883cae3f07 (patch) | |
tree | cc408911d9d2ccbfd6670c0605047486cece4557 /WUR-REPORT | |
parent | b290216f09a169a5207005d9cc545d21822bee62 (diff) | |
download | glibc-7e66ee5142deda977163d0a858c3d2883cae3f07.zip glibc-7e66ee5142deda977163d0a858c3d2883cae3f07.tar.gz glibc-7e66ee5142deda977163d0a858c3d2883cae3f07.tar.bz2 |
* posix/unistd.h (setuid, setreuid, seteuid, setresuid):
Declare with warn_unused_result.
(setgid, setregid, setegid, setresgid): Likewise.
* sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
Likewise.
* WUR-REPORT: Remove set*id functions.
Diffstat (limited to 'WUR-REPORT')
-rw-r--r-- | WUR-REPORT | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -4,17 +4,6 @@ lssek: Probably should be __wur but lseek(fd,SEEK_SET,0) will succeed if the descriptor is fine. lseek64: same -setuid: will always succeed given correct privileges, so there might - be places which don't check for it. -setreuid: same -seteuid: same -setgid: same -setregid: same -setegid: same -setresuid: same -setresgid: same - - <stdio.h>: setvbuf: if stream and buffer are fine and other parameters constant, |