diff options
author | Gerald Combs <gerald@wireshark.org> | 2005-09-20 17:26:43 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2005-09-20 17:26:43 +0000 |
commit | 775906a73fe66774ca8a21126dc40261d3fae144 (patch) | |
tree | 66ada6744e861d1ff6fa7140b958904bf163f813 /docbook | |
parent | 5cb2a5e1628ab28e4dbb56f6b834c858ee736b98 (diff) | |
download | wireshark-775906a73fe66774ca8a21126dc40261d3fae144.tar.gz wireshark-775906a73fe66774ca8a21126dc40261d3fae144.tar.bz2 wireshark-775906a73fe66774ca8a21126dc40261d3fae144.zip |
Be more paranoid about buffer overruns.
svn path=/trunk/; revision=15901
Diffstat (limited to 'docbook')
-rw-r--r-- | docbook/release-notes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/release-notes.xml b/docbook/release-notes.xml index 2d962683ef..a0e39ccfc2 100644 --- a/docbook/release-notes.xml +++ b/docbook/release-notes.xml @@ -151,7 +151,7 @@ Gnu info <listitem><para> The SigComp UDVM could go into an infinite loop or crash. - <!-- Fixed in r15715 --> + <!-- Fixed in r15715, 15901 --> <!-- Bug IDs: none --> Versions affected: 0.10.12. </para></listitem> |