summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-05-03 19:33:02 +0000
committerGerald Combs <gerald@wireshark.org>2005-05-03 19:33:02 +0000
commit985f94ec24f42145cebcb86172b7abcdf6f1374e (patch)
tree3860ccff7c79ff208e94ff1a7d7fe011b3b9b107 /NEWS
parent9ab36a73a843f02abef8aba3810030ec22736a31 (diff)
downloadwireshark-985f94ec24f42145cebcb86172b7abcdf6f1374e.tar.gz
In proto_tree_set_string(), don't set a null fvalue or Ethereal will throw
a hissy fit. Fixes bug 157. svn path=/trunk/; revision=14299
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c1cda3f5c5..94e57f8ade 100644
--- a/NEWS
+++ b/NEWS
@@ -150,6 +150,10 @@ up a multitude of security issues:
The TCAP dissector could overflow a buffer or throw an assertion.
Versions affected: 0.10.8 to 0.10.10
+ The NTLMSSP dissector could crash.
+ Versions affected: 0.9.7 to 0.10.10
+
+
Additionally, a number of dissectors could throw an assertion when
passing an invalid protocol tree item length.
Versions affected: 0.10.8 to 0.10.10