Page MenuHomeFreeBSD

Fix memory leak in vmstat
AcceptedPublic

Authored by trix_juniper.net on Mar 14 2017, 3:43 PM.
Tags
Referenced Files
Unknown Object (File)
Sun, Jul 19, 2:56 AM
Unknown Object (File)
Wed, Jul 8, 8:13 PM
Unknown Object (File)
Tue, Jul 7, 6:32 PM
Unknown Object (File)
Jun 27 2026, 1:31 AM
Unknown Object (File)
Jun 22 2026, 10:01 PM
Unknown Object (File)
Jun 19 2026, 10:33 PM
Unknown Object (File)
Jun 16 2026, 11:53 PM
Unknown Object (File)
Jun 1 2026, 12:46 AM
Subscribers

Details

Reviewers
alc
will
Summary

vmstat.c dointr
Free memory assigned to intrnames before returning.
Free memory assigned to intrcnts before breaking out of while loop. Move assignment of old_intrcnts to after the break check because it isn't needed before the check.

Test Plan

Use clang's static analyzer, scan-build, to find the problem and later to show resolution.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped