From 9fa9e89cc6939679e6ad52674ca30a37a1e60b6d Mon Sep 17 00:00:00 2001 From: david Date: Fri, 9 Mar 2012 00:23:50 +0000 Subject: [PATCH] Add to CHANGELOG: o Fixed an error where very long long messages could cause an assertion failure: "log_vwrite: vsnprintf failed. Even after increasing bufferlen to ---, Vsnprintf returned -1 (logt == 1)." This was reported by David Hingos. o Fixed an assertion failure that was printed when a fatal error occurred while an XML tag was incomplete: "!xml.tag_open, file ..\xml.cc, line 401". This was reported by David Hingos. --- CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 252357c76..dddf4eeea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -201,6 +201,15 @@ o [NSE] Modified the ssl-cert and ssl-google-cert-catalog scripts to o [NSE] Applied patch from Andrew Orr that supports recent changes in the BitCoin protocol. [Patrik] +o Fixed an error where very long long messages could cause an + assertion failure: "log_vwrite: vsnprintf failed. Even after + increasing bufferlen to ---, Vsnprintf returned -1 (logt == 1)." + This was reported by David Hingos. + +o Fixed an assertion failure that was printed when a fatal error + occurred while an XML tag was incomplete: "!xml.tag_open, file + ..\xml.cc, line 401". This was reported by David Hingos. + o [NSE] Added support for decoding EIGRP broadcasts from Cisco routers to broadcast-listener. [Tom]