aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-03-07 19:53:57 +0000
committerGerald Combs <gerald@wireshark.org>2006-03-07 19:53:57 +0000
commit1a4719ef8d18e46a3d94c020f6c2bd0ade1866f0 (patch)
treede95a9879b841c75558661936f34efcc4b9a611c /docbook
parentc47503fd5fe46783148323d7b3347be1d3c01be2 (diff)
Fix Coverity run 12, CID 104: Don't overflow a guint8, and don't read past
the end of an array. Update the release notes. svn path=/trunk/; revision=17506
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.xml43
1 files changed, 27 insertions, 16 deletions
diff --git a/docbook/release-notes.xml b/docbook/release-notes.xml
index aa29b5c07f..20cebdbcdc 100644
--- a/docbook/release-notes.xml
+++ b/docbook/release-notes.xml
@@ -20,7 +20,7 @@ DOCUMENT SECTION
<!--
Ethereal Info
-->
- <!ENTITY EtherealCurrentVersion "0.10.15">
+ <!ENTITY EtherealCurrentVersion "0.99.0">
<!ENTITY EtherealWebSite "http://www.ethereal.com">
<!ENTITY EtherealUsersGuidePage "&EtherealWebSite;/docs/#usersguide">
<!ENTITY EtherealDownloadPage "&EtherealWebSite;/download.html">
@@ -67,7 +67,7 @@ Gnu info
<section id="WhatsNew"><title>What's New</title>
<section><title>Bug Fixes</title>
<para>
- Three security vulnerabilities have been fixed since the
+ Many security vulnerabilities have been fixed since the
previous release. See the
<ulink url="http://www.ethereal.com/appnotes/enpa-sa-00022.html">application
advisory</ulink> for more details.
@@ -85,25 +85,36 @@ Gnu info
<!-- Bug IDs: ??? -->
Versions affected: ???.
</para></listitem>
- <listitem><para>
- Win32: Unicode characters in the users profile path causes problems
- reading/writing the preferences (and alike) files.
- <!-- Fixed in r17024 -->
- <!-- Bug IDs: 648 -->
- Versions affected: 0.10.14.
- </para></listitem>
- <listitem><para>
- Win32: Unicode characters in filenames given to the Ethereal command
- line doesn't work (used e.g. when "double-clicking" in explorer).
- <!-- Fixed in r17025 -->
- <!-- Bug IDs: 661 -->
- Versions affected: 0.10.14.
- </para></listitem>
<!-- FIX (17235), canary bugs -->
+
+ </itemizedlist>
+
+ Under a grant funded by the U.S. Department of Homeland Security,
+ <ulink url="http://www.coverity.com">Coverity</a> has uncovered
+ a number of vulnerabilities in Ethereal:
+ <itemizedlist>
+
+ <listitem><para>
+ The GSM SMS dissector could crash Ethereal.
+ <!-- Fixed in r17506 -->
+ <!-- Bug IDs: None -->
+ <!-- Coverity run 12, CID 104 -->
+ Versions affected: ???.
+ </para></listitem>
+
</itemizedlist>
</para>
+
+ <para>
+ Win32: Unicode characters in the users profile path causes problems
+ reading/writing the preferences (and alike) files.
+ <!-- Fixed in r17024,r17025 -->
+ <!-- Bug IDs: 648 -->
+ Versions affected: 0.10.14.
+ </para>
+
</section>
<section><title>New and Updated Features</title>