]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Initialize OpenSSL before chrooting 4040/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 24 Jun 2016 14:19:48 +0000 (16:19 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Sat, 25 Jun 2016 14:21:41 +0000 (16:21 +0200)
commit3afde9b297aae19cc0441ac7ed4320fa1af62594
treef8b7d8031fb075029e8c41a9b8dfa53f7def8f64
parentc1fabdf8e80f36683c759c68a35576123e306a44
rec: Initialize OpenSSL before chrooting

When chroot()'ing into a 'bare' directory, /dev/random is not available.
This means that OpenSSL cannot gather randomness and all validations
will fail.

Closes #3994
pdns/pdns_recursor.cc