commit | 159c524df847edc5737f7740ed8c864d0f3ba9d2 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Apr 30 11:15:22 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Apr 30 11:21:18 2015 +0200 |
tree | 0717085d4e99173a537d6b0afb5b8cb8cf380e9c | |
parent | 7b12492c7704e3688c2f39ccd443ae2443a1264c [diff] [blame] |
Fix undefined behaviour in x509
diff --git a/ChangeLog b/ChangeLog index c420393..7e7374b 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -33,6 +33,8 @@ errors on use of deprecated functions. Bugfix + * Fix undefined behaviour (memcmp( NULL, NULL, 0 );) in X.509 modules + (detected by Clang's 3.6 UBSan). * mpi_size() and mpi_msb() would segfault when called on an mpi that is initialized but not set (found by pravic). * Fix detection of support for getrandom() on Linux (reported by syzzer) by