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.
Showing
想要评论请 注册 或 登录