Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Net-SNMP 5.9.4 leaks memory #5

Open
cmb69 opened this issue Nov 10, 2024 · 0 comments
Open

Net-SNMP 5.9.4 leaks memory #5

cmb69 opened this issue Nov 10, 2024 · 0 comments

Comments

@cmb69
Copy link
Member

cmb69 commented Nov 10, 2024

Net-SNMP 5.9.4 doesn't free the tclist data structure (a couple of KB). That results in a harmless but annoying memory leak for PHP, because the leaking memory is allocated during ext/snmp module initialization; that means whenever you run a PHP process under a leak detector with ext/snmp loaded, you get a leak report.

I've submitted net-snmp/net-snmp#891; let's see where that goes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant