We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d5a2e commit 096296cCopy full SHA for 096296c
NEWS
@@ -6,6 +6,11 @@ Please send bug reports, questions and suggestions to
6
Version 4.5.0
7
* Implement the sm3crypt ($sm3$) hashing algorithm (issue #188).
8
* Implement the sm3-yescrypt ($sm3y$) hashing algorithm (issue #206).
9
+* Fix the implementation of the crypt(3) functions and the crypt_gensalt(3)
10
+ functions to not overwrite the output buffer too early. (issue #209).
11
+* Fix the strcpy_or_abort() function to call abort() in -DNDEBUG builds.
12
+* Add some more testcases.
13
+* Several fixes for issues found by Coverity.
14
15
Version 4.4.38
16
* Fix several "-Wunterminated-string-initialization", which are seen by
0 commit comments