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)
Fri, Jan 17, 2:29 PM
Unknown Object (File)
Wed, Jan 15, 8:49 PM
Unknown Object (File)
Dec 3 2024, 3:10 AM
Unknown Object (File)
Nov 15 2024, 1:10 AM
Unknown Object (File)
Oct 23 2024, 4:19 PM
Unknown Object (File)
Oct 10 2024, 5:35 AM
Unknown Object (File)
Oct 3 2024, 11:12 AM
Unknown Object (File)
Oct 1 2024, 1:33 PM

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