Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 245)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#54 fixed libc: fchdir(open('.', O_RDONLY)) may corrupt path resolving bird bird
Description

dirOpen isn't initializing the fInUnixTree member, and a fchdir operation may then load garbage into the global flag and screw things up really badly.

#58 fixed libc: closed standard handles cause uninitialized stdout/stdin/stderr streams bird bird
Description

smoketests/fclose-1.c exhibit a problem where the parent closes one or more of the standard handles before spawning a child or execing. The child will then end up with an the stream for those handles uninitialized, and any attempt to use them will panic libc.

#60 fixed libc: filehandle inheritance doesn't work right! bird bird
Description

There is a bug in the file handle inheritance code (exec/spawn) where iFH isn't incremented as the inherited data is traversed. So, stdin get's what ever flags applies to the last handle in the inherit chunk. bad bad bad!

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