getopt: fix null pointer arithmetic ub
[musl] / src / temp /
2022-10-19 Rich Felkerremove LFS64 symbol aliases; replace with dynamic linke...
2022-06-23 Rich Felkeravoid limited space of random temp file names if clock...
2022-06-03 Rich Felkerremove random filename obfuscation that leaks ASLR...
2018-09-12 Rich Felkerremove spurious inclusion of libc.h for LFS64 ABI aliases
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkermake mkostemps source file include the header for its...
2014-10-07 Rich Felkerignore access mode bits of flags in mkostemps and funct...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-09-04 Rich Felkerfix typo in comment in __randname
2013-08-02 Rich Felkerfix (deprecated) mktemp logic and update it to match...
2013-08-02 Rich Felkerremove (no longer useful) namespace-protected __mktemp...
2013-08-02 Rich Felkermake mkdtemp and mkstemp family leave template unchange...
2013-02-21 Rich Felkeruse memcmp instead of str[n]cmp for temp function XXXXX...
2013-02-21 Rich Felkerfix error cases in mkostemps core
2013-02-21 Rich Felkerremove leftover unused variable in mktemp after refactoring
2013-02-21 Rich Felkeradd mkostemp, mkstemps, and mkostemps functions and...
2011-07-29 Rich Felkerremove ugly prng from mk*temp and just re-poll time...
2011-07-29 Rich Felkereliminate mk*temp dependency on snprintf
2011-06-12 Rich Felkeranother return value fix for mktemp...
2011-02-19 Rich Felkermake mktemp match the historic behavior, and update...
2011-02-19 Rich Felkerfix major bug created from copying mkdtemp logic
2011-02-18 Rich Felkermajor improvements to temp file name generator
2011-02-18 Rich Felkerreformat mkstemp like mkdtemp
2011-02-15 Rich Felkerensure standard functions mk[sd]temp don't depend on...
2011-02-14 Rich Felkerbegin namespace-cleanup of standard C headers
2011-02-12 Rich Felkerinitial check-in, version 0.5.0