These cover a few bugs that have cropped up, including the ones fixed by
commits 4046ad6bb0e and 2319ca6a0181.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 66152 Build 63035: arc lint + arc unit
Event Timeline
Comment Actions
Looks good to me. Thanks for doing this, rick
tests/sys/kern/copy_file_range.c | ||
---|---|---|
99 | Although setting the length to SIZE_MAX is allowed, I don't know if this matters for your test, so just consider |
tests/sys/kern/copy_file_range.c | ||
---|---|---|
99 | It doesn't matter for the test, I just forgot about the clamping. I fixed this in my local version, thanks. |