Page MenuHomeFreeBSD

kern: mountroot: avoid fd leak in .md parsing
ClosedPublic

Authored by kevans on Jul 20 2021, 10:32 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 1, 5:29 PM
Unknown Object (File)
Mon, Jan 27, 8:27 AM
Unknown Object (File)
Dec 13 2024, 12:19 PM
Unknown Object (File)
Dec 12 2024, 7:53 AM
Unknown Object (File)
Nov 29 2024, 5:22 AM
Unknown Object (File)
Nov 28 2024, 5:56 PM
Unknown Object (File)
Oct 30 2024, 11:30 PM
Unknown Object (File)
Oct 27 2024, 1:26 AM
Subscribers

Details

Summary

parse_dir_md() opens /dev/mdctl but only closes the resulting fd on
success, not upon failure of the ioctl or when we exceed the md unit
max.

Sponsored by: NetApp, Inc.
Sponsored by: Klara, Inc.
X-NetApp-PR: #62

Diff Detail

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

Event Timeline

kib added inline comments.
sys/kern/vfs_mountroot.c
641

I do not believe there is much use in preserving close' error.

This revision is now accepted and ready to land.Jul 20 2021, 2:28 PM
This revision was automatically updated to reflect the committed changes.
kevans marked an inline comment as done.