diff options
author | elie <elie> | 2015-11-04 20:34:28 +0000 |
---|---|---|
committer | elie <elie> | 2015-11-04 20:34:28 +0000 |
commit | 1bf79b5accd2e50b8c729d2314c293cb6792f492 (patch) | |
tree | ebb326f644811576e88bea610aa1a7a8c6e4e0f4 /CHANGES.txt | |
parent | d64884692eb8baa3530f5936e1ef4df97337c3cb (diff) | |
download | pysnmp-git-1bf79b5accd2e50b8c729d2314c293cb6792f492.tar.gz |
fix to MIB builder to fail gracefully on corrupted MIB package encounter
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 81ad7c19..8133fde5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,6 +15,7 @@ Repository `tarball download <http://pysnmp.cvs.sourceforge.net/viewvc/pysnmp/py - Fixed crash at oneliner compatibility code on EOM response. - Fixed crash in hlapi.transport module. - Fixed OID resolution issues that roots at node 0 and 2. +- Fix to MIB builder to fail gracefully on corrupted MIB package encounter. - Source code re-linted Revision 4.3.0, released 28-09-2015 |