We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce (tested in OpenTerm): • ssh-keygen • enter "test" as passphrase twice • crashes on strnvis(fmtbuf, msgbuf, sizeof(fmtbuf) in log.c
ssh-keygen
strnvis(fmtbuf, msgbuf, sizeof(fmtbuf)
log.c
The text was updated successfully, but these errors were encountered:
Added vis.c to the sources to resolve a strnvis bug, see issue #36
946f7f5
Well, that's interesting. Using the system strnvis() causes a crash, using strnvis() from vis.c doesn't. Fixed with 946f7f5.
strnvis()
vis.c
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce (tested in OpenTerm):
•
ssh-keygen
• enter "test" as passphrase twice
• crashes on
strnvis(fmtbuf, msgbuf, sizeof(fmtbuf)
inlog.c
The text was updated successfully, but these errors were encountered: