Package: net-snmp
Version: 5.2.3-7
Severity: important

Hi.
Simple code to reproduce bug:

#!/usr/bin/perl
use SNMP;

# snmpd daemon running on localhost
my $s = new SNMP::Session(DestHost => 'localhost');
while(1) {
        $s->gettable('ifTable'); # get interfaces table
}

Process quckly consume all availiable memory of host.

-- 
Vladimir Lettiev aka crux <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to