Files
musl/src
Rich Felker 062bb737de fix failure of tempnam to null-terminate result
tempnam uses an uninitialized buffer which is filled using memcpy and
__randname. It is therefore necessary to explicitly null-terminate it.

based on patch by Felix Janda.
2015-08-09 22:51:09 +00:00
..
2015-04-17 22:19:58 -04:00
2015-04-10 02:27:52 -04:00