about summary refs log tree commit diff
path: root/WUR-REPORT
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2012-07-24 13:45:59 +0200
committerFlorian Weimer <fweimer@redhat.com>2012-08-01 18:12:58 +0200
commit7e66ee5142deda977163d0a858c3d2883cae3f07 (patch)
treecc408911d9d2ccbfd6670c0605047486cece4557 /WUR-REPORT
parentb290216f09a169a5207005d9cc545d21822bee62 (diff)
downloadglibc-7e66ee5142deda977163d0a858c3d2883cae3f07.tar.gz
glibc-7e66ee5142deda977163d0a858c3d2883cae3f07.tar.xz
glibc-7e66ee5142deda977163d0a858c3d2883cae3f07.zip
* 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-REPORT11
1 files changed, 0 insertions, 11 deletions
diff --git a/WUR-REPORT b/WUR-REPORT
index ef407cfdbe..d997bd0391 100644
--- a/WUR-REPORT
+++ b/WUR-REPORT
@@ -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,