Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 245)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#48 fixed libc: freopen(NULL, "rb", stdio) panics (doesn't work as expected) bird bird
Description

If filename is a null pointer, the freopen() function shall attempt to change the mode of the stream to that specified by mode, as if the name of the file currently associated with the stream had been used. In this case, the file descriptor associated with the stream need not be closed if the call to freopen() succeeds. It is implementation-defined which changes of mode are permitted (if any), and under what circumstances.

#49 fixed libc: st_ctime is incorrect and st_birthtime isn't converted to UTC bird bird
Description

Tittle says it all. coreutils stat shows unix epoch for ctime (change time). We should set st_ctime to st_mtime for now.

#50 fixed libc: umask isn't inherited bird bird
Description

The last test in the 'equal' chmod testcase (coreutils) is apparently failing because of the child not inheriting the umask of the shell.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.