aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-09-07 20:09:40 +0000
committerGerald Combs <gerald@wireshark.org>2005-09-07 20:09:40 +0000
commita67948bac7e2a514e0999d39e36fe1b2922e654e (patch)
treeb607e898cfa6198802e270f8ee49d869439cfadb /docbook
parentac5f9b239fda7b60cc636dd8dec0fa7e74f2d10a (diff)
Add bounds checking in several places to the SigComp UDVM. Use memset()
instead of while loops to initialize variables. Use a define instead of magic numbers. Don't use guint8s for counters. Add a corresponding entry to the release notes. svn path=/trunk/; revision=15715
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docbook/release-notes.xml b/docbook/release-notes.xml
index abc03bb277..7735c15eab 100644
--- a/docbook/release-notes.xml
+++ b/docbook/release-notes.xml
@@ -149,6 +149,13 @@ Gnu info
Versions affected: 0.10.8 to 0.10.12.
</para></listitem>
+ <listitem><para>
+ The SigComp UDVM could go into an infinite loop or crash.
+ <!-- Fixed in r15715 -->
+ <!-- Bug IDs: none -->
+ Versions affected: 0.10.12.
+ </para></listitem>
+
</itemizedlist>
</para>