Bug 1329230

Summary: snmpd leaks memory withing ipNetToMediaTable
Product: Red Hat Enterprise Linux 7 Reporter: Dalibor Pospíšil <dapospis>
Component: net-snmpAssignee: Josef Ridky <jridky>
Status: CLOSED WONTFIX QA Contact: David Jež <djez>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-12-10 14:19:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Dalibor Pospíšil 2016-04-21 13:13:34 UTC
Description of problem:
Memory leaks constantly increases while asking for whole table or for individual values.

Version-Release number of selected component (if applicable):
net-snmp-5.7.2-24.el7

How reproducible:
always

Steps to Reproduce:
1. run snmpd in valgrind
2. get table ipNetToMediaTable few times in som nontrivial time frame


Actual results:
definitely lost bytes found

Expected results:
no definitely lost bytes found

Additional info:
Those 328 bytes were obtained by getting the table every one second for 485 seconds. They get increased while the time frame is bigger.

Comment 1 Josef Ridky 2019-12-10 14:18:15 UTC
Very similar to #1329228. 

Due of no log is provided, I am closing it as WONTFIX.

#1329228 is available for RHEL-8 with the same test case.