Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 245)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#387 wontfix Fix a prototype of putenv() KO Myung-Hun
Description

Hi/2.

A prototype of putenv() of kLIBC is:

int putenv(const char *);

But POSIX says at https://pubs.opengroup.org/onlinepubs/9699919799/functions/putenv.html:

int putenv(char *);

It would be better to conform to POSIX. In addition, FreeBSD doesn't use const, too. See https://www.freebsd.org/cgi/man.cgi?query=putenv.

#385 invalid pthread_rwlock_unlock() blocks the thread. digi
Description

Function pthread_rwlock_unlock() blocks the thread if in another thread the mutex was locked / unlocked. Quick test attached.

#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
Note: See TracQuery for help on using queries.