MFC after: 3 days
Sponsored by: Juniper Networks, Inc.
Sponsored by: Klara, Inc.
Details
Details
- Reviewers
sjg allanjude - Group Reviewers
Klara - Commits
- rG8427d94ce056: tarfs: Improve validation of numeric fields.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| sys/fs/tarfs/tarfs_vfsops.c | ||
|---|---|---|
| 154–155 | Is this meant to return just an int now, rather than an int64_t? | |
| sys/fs/tarfs/tarfs_vfsops.c | ||
|---|---|---|
| 154–155 | Yes, the result is stored in *num and the return value is either 0 or an error code. | |
| sys/fs/tarfs/tarfs_vfsops.c | ||
|---|---|---|
| 154–155 | Oh wait I see what you mean :facepalm: | |