Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 245)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#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!

#61 fixed libc: symlink(,existing) returns the wrong errno bird bird
Description

DosOpen? fails with 110, which is converted to ENOENT. It should be EEXIST.

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