Skip to content
ZNC 1.6.6

* Fix use-after-free in `znc --makepem`. It was broken for a long time, but
  started segfaulting only now. This is a useability fix, not a security fix,
  because self-signed (or signed by a CA) certificates can be created
  without using `--makepem`, and then combined into znc.pem.
* Fix build on Cygwin.