]> git.ipfire.org Git - thirdparty/glibc.git/blame - WUR-REPORT
locales/tr_TR: Fix first_weekday and first_workday [BZ#13223]
[thirdparty/glibc.git] / WUR-REPORT
CommitLineData
5cf53cc2
UD
1<unistd.h>:
2
3lssek: Probably should be __wur but lseek(fd,SEEK_SET,0) will succeed if
4 the descriptor is fine.
5lseek64: same
6
7setuid: will always succeed given correct privileges, so there might
8 be places which don't check for it.
9setreuid: same
10seteuid: same
11setgid: same
12setregid: same
13setegid: same
14setresuid: same
15setresgid: same
16
17
18<stdio.h>:
19
20setvbuf: if stream and buffer are fine and other parameters constant,
21 it cannot really fail.
22fseek: see lseek
23fseeko: likewise
24fgetpos: similarly
25fsetpos: likewise
4d37c8aa
UD
26
27
28<stdlib.h>:
29
38cbcf0a 30atexit: it is guaranteed that a certain number of handlers can be
4d37c8aa
UD
31 registered, so some calls might need not be checked
32on_exit: same
33random functions: one might want to discard a number of results. In any
34 case, no security problem
35
36
37putenv: probably SHOULD be marked, but we'll wait a bit.
38setenv: likewise
39unsetenv: likewise
40clearenv: likewise
41
42mbstowcs: probably SHOULD be marked
43wcstombs: likewise
44
45ptsname_r: probably SHOULD be marked