- Package:
- libsnmp-extension-passpersist-perl
- Submitter:
- Vaclav Bilek
- Date:
- 2017-10-26 21:45:06 UTC
- Severity:
- important
Hello When you compare 2 OIDs but the second is shorter by_oid returns Use of uninitialized value in numeric comparison (<=>) at /usr/share/perl5/SNMP/Extension/PassPersist.pm line 530, <STDIN> line patch: 530c530,534 < $v ||= $a[$_] <=> $b[$_] for 0 .. $#a; --- $v != 0 ... do not have to process whole @a the first difference makes result $#b == $i ... do not try to compare something vith nothing it makes problems when using snmpwalk while any error output from script makes snmpd restarting it.
Package: libsnmp-extension-passpersist-perl Version: 0.07-1 the version in original post (Version: 0.07-3) was mistake