Fix "make install" handling of symlinks

This commit is contained in:
Manuel Pégourié-Gonnard
2015-04-29 09:58:00 +02:00
parent 637376c2fe
commit f5203e0bb5
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ Features
errors on use of deprecated functions.
Bugfix
* 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
1.3.10) (first reported by Martin Blumenstingl).