summaryrefslogtreecommitdiff
path: root/WUR-REPORT
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-01-06 21:01:25 +0000
committerUlrich Drepper <drepper@redhat.com>2005-01-06 21:01:25 +0000
commit5cf53cc2083e0bc77d6d7301fff8c31038a410a2 (patch)
tree1d59ed6fc2eb95bfd1946b79e5b4761978afe5b4 /WUR-REPORT
parentbb803bff5cb97b3de94896aba1c4ec0d67227524 (diff)
Update.
2005-01-06 Ulrich Drepper <drepper@redhat.com> * misc/sys/cdefs.h: Define __wur. * libio/stdio.h: Use __wur for a number of interfaces. * posix/unistd.h: Likewise. * posix/regex_internal.c (free_state): Free word_trtable.
Diffstat (limited to 'WUR-REPORT')
-rw-r--r--WUR-REPORT25
1 files changed, 25 insertions, 0 deletions
diff --git a/WUR-REPORT b/WUR-REPORT
new file mode 100644
index 0000000000..a8b28607d5
--- /dev/null
+++ b/WUR-REPORT
@@ -0,0 +1,25 @@
+<unistd.h>:
+
+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,
+ it cannot really fail.
+fseek: see lseek
+fseeko: likewise
+fgetpos: similarly
+fsetpos: likewise