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
#298 worksforme path for cc1 and cc1plus is missing KO Myung-Hun
Description

Hi/2.

When setting gcc env up with gccenv.cmd, path for cc1 and cc1plus is missing.

If you set path for emx, you could not relize this. Because gcc335 called cc1 of emx not its companion cc1.

#270 fixed opendir() and a too long path bird KO Myung-Hun
Description

Hi/2.

opendir() assumes that a path length is enough smaller than MAXPATHLEN. So if a path length is longer than MAXPATHLEN, a stack is corrupted.

To fix this, nbuf should not be declared statically using MAXPATHLEN. Instead, it should be declared dynamically using malloc() in according to a length of 'name'.

#382 duplicate multiple files with same indoe are created KO Myung-Hun
Description

Hi/2.

When heavily fork()ed, multiple files with same inode are created. Because sometimes forked() child processes have the same seed value.

Some programs checking inodes such as mv, cp, install of coreutils, fails because they treat files with same inodes as the same files.

This always occurs when running 'bootstrap' script in coreutils git repo. mv fails with complaining ./m4/.gitignore.bak and ./m4/.gitignore are the same file.

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.