-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
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
ssh-keygen: generating new host keys: DILITHIUM_3 malloc(): corrupted top size #111
Comments
Can you please share more information as to how to reproduce this issue? Platform? build options? liboqs version? Edit: Just rebuilt everything on a local Linux machine (Mint 19/Ubuntu Bionic, x86_64, liboqs current main (0.7.0-dev)) and everything works just fine (after explicitly deleting only the already successfully built Dilithium3 key):
--> If the issue persists for you, please share output of the same commands in your environment. |
I think I found the cause of problem. (I build OQS packages for ALT Linux). It seems, when I installed new Thanks for the patience and your work! |
I try to think over this problem, and I think it's partly because of incorrect library versioning of the
More links on the subject: There is tool to compare ABIs (it may not catch all subtle changes though):
Certainly, functions removal is backward incompatible change to the library, so major library version should have been incremented. |
Thanks very much for the pointers and education. I tend to agree that we're indeed not following reasonable practices.
Personally I tend to agree and we'd need to improve. The function removal pointed out above also comes a bit as a surprise to me. --> |
JFYI. To fix the problem with our package I just increased
|
After upgrading to OQS-OpenSSH-snapshot-2021-08 ssh-keygen crashes failing sshd.service.
Run in valgrind does not crash but produces multiple warnings::
The text was updated successfully, but these errors were encountered: