fix missing flush of stderr at exit if it was put in buffered mode
commit 0b80a7b0 added the ability to set application-provided stdio FILE buffers, adding the possibility that stderr might be buffered at exit time, but __stdio_exit did not have code to flush it. this regression was not present in any release.
Showing
想要评论请 注册 或 登录