Page MenuHomeFreeBSD

tarfs: Support paths that spill into exthdrs.
ClosedPublic

Authored by des on Tue, Apr 2, 8:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 3:11 AM
Unknown Object (File)
Fri, Apr 26, 4:40 AM
Unknown Object (File)
Sat, Apr 6, 8:23 PM
Unknown Object (File)
Fri, Apr 5, 6:33 PM
Unknown Object (File)
Wed, Apr 3, 9:59 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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Tue, Apr 2, 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.Wed, Apr 3, 4:48 AM
des marked an inline comment as done.Wed, Apr 3, 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.Wed, Apr 3, 9:14 AM
This revision was automatically updated to reflect the committed changes.