To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
ChangeLog/0.092: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "<!-- Last update at r2053 --> This is a bugfix-only release, mainly for fixing {{CVE|2010-2488}}. == Fixes == * ZNC wrongly counted outgoing connections towards the <code>An..." |
DarthGandalf (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{ChangeLog}} | |||
<!-- Last update at r2053 --> | <!-- Last update at r2053 --> | ||
Line 7: | Line 9: | ||
* The traffic stats caused a NULL pointer dereference if there were any unauthenticated connections. {{CVE|2010-2488}} {{rev|2051}} | * The traffic stats caused a NULL pointer dereference if there were any unauthenticated connections. {{CVE|2010-2488}} {{rev|2051}} | ||
* Csocket had a bug where a wrong error message was generated and one that caused busy loops with c-ares. {{rev|2053}} | * Csocket had a bug where a wrong error message was generated and one that caused busy loops with c-ares. {{rev|2053}} | ||
Latest revision as of 09:54, 2 April 2017
← 0.090 | ZNC 0.092 | 0.094 → |
This is an old ZNC version. If you still use it, please consider upgrading to 1.9.1. |
This is a bugfix-only release, mainly for fixing CVE-2010-2488.
Fixes
- ZNC wrongly counted outgoing connections towards the
AnonIPLimit
config option. (r2050) - The traffic stats caused a NULL pointer dereference if there were any unauthenticated connections. CVE-2010-2488 (r2051)
- Csocket had a bug where a wrong error message was generated and one that caused busy loops with c-ares. (r2053)