getservbyport_r: fix out-of-bounds buffer read
[musl] / src / stdio / fclose.c
2018-11-02 Rich Felkerfix deadlock and buffered data loss race in fclose
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-02-24 Rich Felkerremove useless null check before call to free in fclose
2015-09-09 Rich Felkerfix fclose of permanent (stdin/out/err) streams
2015-06-16 Rich Felkerrefactor stdio open file list handling, move it out...
2014-08-24 Rich Felkerfix false ownership of stdio FILEs due to tid reuse
2012-11-02 Rich Felkerfix more unused variable warnings
2012-10-25 Rich Felkercorrect locking in stdio functions that tried to be...
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-11 Rich Felkeradd bsd fgetln function
2011-07-30 Rich Felkeradd proper fuxed-based locking for stdio
2011-05-02 Rich Felkerfix fclose return status logic, again
2011-05-02 Rich Felkerfix undefined call order in fclose, possible lost outpu...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0