Difference between revisions of "ChangeLog/0.092"
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) |
||
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.7.5. |
This is a bugfix-only release, mainly for fixing CVE-2010-2488.
Fixes[edit]
- 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)