Page MenuHomeFreeBSD

tarfs: Support paths that spill into exthdrs.
ClosedPublic

Authored by des on Apr 2 2024, 8:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 1 2024, 1:46 PM
Unknown Object (File)
Oct 1 2024, 6:45 AM
Unknown Object (File)
Sep 24 2024, 12:31 AM
Unknown Object (File)
Sep 22 2024, 7:38 PM
Unknown Object (File)
Sep 22 2024, 2:12 PM
Unknown Object (File)
Sep 21 2024, 5:20 AM
Unknown Object (File)
Sep 18 2024, 3:47 AM
Unknown Object (File)
Sep 17 2024, 9:26 AM

Details

Summary

MFC after: 3 days
Sponsored by: Juniper Networks, Inc.
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 56875
Build 53763: arc lint + arc unit

Event Timeline

des requested review of this revision.Apr 2 2024, 8:15 PM
kevans added a subscriber: kevans.
kevans added inline comments.
sys/fs/tarfs/tarfs_vfsops.c
619

Is there any value in complaining if we somehow see both a path and GNU.sparse.name exthdr?

This revision is now accepted and ready to land.Apr 3 2024, 4:48 AM
des marked an inline comment as done.Apr 3 2024, 9:14 AM
des added inline comments.
sys/fs/tarfs/tarfs_vfsops.c
619

I don't think so. I don't see how it can be exploited. We'll just use whichever came last, we won't leak memory or take a wrong turn somewhere.

des marked an inline comment as done.Apr 3 2024, 9:14 AM
This revision was automatically updated to reflect the committed changes.