Page MenuHomeFreeBSD

Fix memory leak in autofs
ClosedPublic

Authored by trix_juniper.net on Mar 20 2017, 3:54 PM.
Tags
None
Referenced Files
F164871300: D10063.id160147.diff
Tue, Aug 4, 9:41 AM
F164789990: D10063.id26446.diff
Tue, Aug 4, 1:55 AM
Unknown Object (File)
Mon, Aug 3, 3:07 AM
Unknown Object (File)
Fri, Jul 24, 8:18 AM
Unknown Object (File)
Fri, Jul 24, 1:35 AM
Unknown Object (File)
Thu, Jul 23, 11:55 PM
Unknown Object (File)
Thu, Jul 23, 10:51 PM
Unknown Object (File)
Wed, Jul 22, 8:00 PM
Subscribers

Details

Summary

common.c create_directory
Free tofree when returning early.

Test Plan

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

usr.sbin/autofs/common.c
155

An equivalent way to do this would be to call break instead of return here. I think this is the best way to fix the problem because it means that the cleanup path is equivalent.. but I would get signoff from trasz since he's the autofs developer/maintainer.

This revision is now accepted and ready to land.May 5 2017, 5:23 AM

I'd prefer the "break" as well.

@trix_juniper.net: this patch never made it in to base. Could you please change the return to a break and submit an updated version of the patch, so we can commit it for you?

This revision was automatically updated to reflect the committed changes.