MFC after: 3 days
Sponsored by: Juniper Networks, Inc.
Sponsored by: Klara, Inc.
Details
Details
- Reviewers
sjg kevans - Group Reviewers
Klara - Commits
- rG59c3e7a18c7c: tarfs: Support paths that spill into exthdrs.
rGb1fd95c9e247: tarfs: Support paths that spill into exthdrs.
Diff Detail
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
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? |
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. |