summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-01-29 20:13:31 +0000
committerelie <elie>2014-01-29 20:13:31 +0000
commit9609f9e5ffa0b0ec4d4cee74fc845a40b7fc3428 (patch)
tree9e34d6701a3a739ae3821a71ee93c302f322236a /CHANGES
parent9ac3ad1b3d0cd221cfc58d0d80cfd2b3ad690782 (diff)
downloadpysnmp-9609f9e5ffa0b0ec4d4cee74fc845a40b7fc3428.tar.gz
fix to decodeMessageVersion() to withstand broken messages
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ac85888..0620905 100644
--- a/CHANGES
+++ b/CHANGES
@@ -39,6 +39,7 @@ Revision 4.2.6rc0
reworked towards more robust and simple design with the execution observer
facility.
- MIB instrumentation example improved to cover table index building facility.
+- Fix to decodeMessageVersion() to withstand broken SNMP messages.
- Fix to rfc1902.Bits type to make it accepting hex and binary initializers,
cope with missing bits identifieirs at prettyPrint().
- Memory leak fixed in CommandForwarder examples.