Fix detection of getrandom()

This commit is contained in:
Manuel Pégourié-Gonnard 2015-04-29 14:03:28 +02:00
parent f5203e0bb5
commit d97828e7af
2 changed files with 52 additions and 16 deletions

View file

@ -28,6 +28,8 @@ Features
errors on use of deprecated functions.
Bugfix
* Fix detection of support for getrandom() on Linux (reported by syzzer) by
doing it at runtime (using uname) rather that compile time.
* Fix handling of symlinks by "make install" (found by Gaël PORTAY).
* Fix potential NULL pointer dereference (not trigerrable remotely) when
ssl_write() is called before the handshake is finished (introduced in