aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-08-11 16:24:12 +0000
committerGerald Combs <gerald@wireshark.org>2005-08-11 16:24:12 +0000
commit805602acd5cd31b2842008602afdd89937d6cc09 (patch)
treea490470dd2b64442cb550871ae91f957a69e1972 /docbook
parent699bd0fa60cb2185a5f11c541a9b59b6a2f3be1a (diff)
Add notes about SCSI, BER, and ONC RPC bugs.
svn path=/trunk/; revision=15293
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.xml34
1 files changed, 29 insertions, 5 deletions
diff --git a/docbook/release-notes.xml b/docbook/release-notes.xml
index b34c1427da..679ff9a67b 100644
--- a/docbook/release-notes.xml
+++ b/docbook/release-notes.xml
@@ -72,44 +72,68 @@ Gnu info
<listitem><para>
The ISAKMP dissector could exhaust system memory.
<!-- Fixed in r15163 -->
+ <!-- Bug IDs: none -->
Versions affected: 0.10.11 to 0.10.12.
</para></listitem>
<listitem><para>
The FC-FCS dissector could exhaust system memory.
<!-- Fixed in r15204 -->
- <!-- Bug: 312 -->
+ <!-- Bug IDs: 312 -->
Versions affected: 0.9.0 to 0.10.12.
</para></listitem>
<listitem><para>
The RSVP dissector could exhaust system memory.
<!-- Fixed in r15206 -->
- <!-- Bugs: 311, 314 -->
+ <!-- Bug IDs: 311, 314 -->
Versions affected: 0.9.4 to 0.10.12.
</para></listitem>
<listitem><para>
The ISIS LSP dissector could exhaust system memory.
<!-- Fixed in r15245 -->
- <!-- Bugs: 320, 326 -->
+ <!-- Bug IDs: 320, 326 -->
Versions affected: 0.8.18 to 0.10.12.
</para></listitem>
<listitem><para>
The IrDA dissector could crash.
<!-- Fixed in r15265, r15267 -->
- <!-- Bugs: 328, 329, 330, 334, 335, 336 -->
+ <!-- Bug IDs: 328, 329, 330, 334, 335, 336 -->
Versions affected: 0.10.0 to 0.10.12.
</para></listitem>
<listitem><para>
The SLIMP3 dissector could overflow a buffer.
<!-- Fixed in r15279 -->
- <!-- Bug: 327 -->
+ <!-- Bug IDs: 327 -->
Versions affected: 0.9.1 to 0.10.12.
</para></listitem>
+ <listitem><para>
+ The BER dissector was susceptible to an infinite loop.
+ <!-- Fixed in r15292 -->
+ <!-- Bug IDs: none -->
+ Versions affected: 0.10.3 to 0.10.12.
+ </para></listitem>
+
+ <listitem><para>
+ The SCSI dissector could dereference a null pointer and crash.
+ <!-- Fixed in r15289 -->
+ <!-- Bug IDs: none -->
+ Versions affected: 0.10.3 to 0.10.12.
+ </para></listitem>
+
+ <listitem><para>
+ If the "Dissect unknown RPC program numbers" option was enabled,
+ the ONC RPC dissector might be able to exhaust system memory.
+ This option is disabled by default.
+ <!-- Fixed in r15290 -->
+ <!-- Bug IDs: none -->
+ Versions affected: 0.7.7 to 0.10.12.
+ </para></listitem>
+
</itemizedlist>
</para>
</section>