Page MenuHomeFreeBSD

tarfs: Really prevent descending into a non-directory.
ClosedPublic

Authored by des on Feb 16 2023, 9:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 15, 12:33 PM
Unknown Object (File)
Fri, Oct 10, 8:03 AM
Unknown Object (File)
Fri, Oct 10, 2:01 AM
Unknown Object (File)
Fri, Oct 10, 2:01 AM
Unknown Object (File)
Fri, Oct 10, 2:01 AM
Unknown Object (File)
Thu, Oct 9, 9:26 PM
Unknown Object (File)
Wed, Oct 1, 3:53 AM
Unknown Object (File)
Mon, Sep 29, 6:49 AM
Subscribers

Details

Summary

The previous fix was incorrect: we need to verify that the current node, if it exists, is not a directory, but we were checking the parent node instead. Address this, add more tests, and fix the test cleanup routines.

PR: 269519, 269561
Fixes: ae6cff89738b
Sponsored by: Juniper Networks, Inc.
Sponsored by: Klara, Inc.

Diff Detail

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