Page MenuHomeFreeBSD

pipe: keep uio_iovcnt consistent
ClosedPublic

Authored by emaste on Jul 17 2024, 5:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 17, 1:59 AM
Unknown Object (File)
Sun, May 17, 1:58 AM
Unknown Object (File)
Sun, May 17, 1:49 AM
Unknown Object (File)
Wed, Apr 29, 6:50 PM
Unknown Object (File)
Sat, Apr 25, 12:33 AM
Unknown Object (File)
Apr 16 2026, 1:31 PM
Unknown Object (File)
Apr 15 2026, 6:07 PM
Unknown Object (File)
Apr 15 2026, 12:38 AM
Subscribers

Details

Summary

In pipe_build_write_buffer we increment uio_iov but did not update uio_iovcnt. This would not cause an OOB read (thanks to to uio_resid) but is inconsistent and could be an issue if other code changes are made in the future.

Reported by: Synactiv

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable