Skip to content

Commit 096296c

Browse files
committed
Update NEWS.
1 parent 25d5a2e commit 096296c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Please send bug reports, questions and suggestions to
66
Version 4.5.0
77
* Implement the sm3crypt ($sm3$) hashing algorithm (issue #188).
88
* 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.
914

1015
Version 4.4.38
1116
* Fix several "-Wunterminated-string-initialization", which are seen by

0 commit comments

Comments
 (0)