summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-09-14 22:12:20 +0000
committerelie <elie>2013-09-14 22:12:20 +0000
commit9addab3c7b7cc7af10b6e4e8ee95ff19b8872002 (patch)
tree10a39709037afdce67f692357332abb53293ff97 /CHANGES
parent921aa73f4fdb937b99d0ebf5200f53a1f5cef571 (diff)
downloadpysnmp-9addab3c7b7cc7af10b6e4e8ee95ff19b8872002.tar.gz
gracefully handle malformed SnmpEngineID coming from SNMPv3 header
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 337d4f2..2d8ace9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -106,6 +106,7 @@ Revision 4.2.5rc2
bogus stateReference in some cases what causes SNMP engine crashes.
- Asyncsock sockets now configured with SO_REUSEADDR option to fix possible
Windows error 10048.
+- Gracefully handle malformed SnmpEngineID at USM coming from SNMPv3 header.
- Typos fixed in error-status constants at CommandResponder
- Missing import added to oneliner auth module.
- Cosmetic changes to v3arch example scripts.