summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-03-21 05:59:44 +0000
committerelie <elie>2014-03-21 05:59:44 +0000
commitfc3c3bb8bf1667937ac630cb853f6d96163e8ada (patch)
treec52a90fd17a04c47982012d7b9c512c07a1f763e /CHANGES
parentd467c46cefcdf0edfeb43e777c8708c4fdc06ab0 (diff)
downloadpysnmp-fc3c3bb8bf1667937ac630cb853f6d96163e8ada.tar.gz
fixes to verify pyasn1 decoder.decode() return to withstand
broken SNMP messages or its components
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 4e6450b..4c08d3e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -40,7 +40,8 @@ Revision 4.2.6rc0
facility.
- MIB instrumentation example improved to cover table index building facility.
- Handle the case of null writer at Debug printer.
-- Fix to decodeMessageVersion() to withstand broken SNMP messages.
+- Multiple fixes to verify pyasn1 decoder.decode() return to withstand
+ broken SNMP messages or its components.
- 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.