Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 245)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#51 fixed libc: unlink fails on readonly file bird bird
Description

rm from coreutil fails to delete read-only files. Will change the code to check the attribute on failure.

#52 fixed libc: path resolver fails resolving a directory symlink for lstat bird bird
Description
mkdir dir
ln -s dir symlink
stat symlink/ 
#53 fixed libc: freopen("missing",,) causes panic bird bird
Description

in _fopen there are at least two fialure paths which are locking and unlocking the stream, this won't work well for freopen.

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