Page MenuHomeFreeBSD

Fix a memory leak in dhclient
ClosedPublic

Authored by trix_juniper.net on Mar 13 2017, 4:56 PM.
Tags
None
Referenced Files
F171050830: D9992.id.diff
Tue, Sep 8, 10:09 AM
Unknown Object (File)
Sun, Sep 6, 7:30 PM
Unknown Object (File)
Sun, Sep 6, 6:07 PM
Unknown Object (File)
Sun, Sep 6, 3:37 PM
Unknown Object (File)
Sun, Sep 6, 11:55 AM
Unknown Object (File)
Sun, Sep 6, 7:01 AM
Unknown Object (File)
Fri, Sep 4, 9:50 AM
Unknown Object (File)
Thu, Sep 3, 10:52 AM
Subscribers

Details

Summary

clparse.c parse_client_lease_statement
When there is an error parsing, call free_client_lease to free the memory assigned to the variable 'lease' before returning early.

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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 13 2017, 4:58 PM

Thank you for the submission! I'll take care of the other memory leaks noted by Coverity.