fix one-byte overflow in legacy getpass function
if the length of the input was equal to the buffer size (128), a fixed value of zero was written one byte past the end of the static buffer.
Showing
想要评论请 注册 或 登录
if the length of the input was equal to the buffer size (128), a fixed value of zero was written one byte past the end of the static buffer.