On Fri, Dec 08, 2023 at 04:30:02PM -0500, Taylor Blau wrote: > On Fri, Dec 08, 2023 at 03:53:02PM +0100, Patrick Steinhardt wrote: > > There are calls to pread(3P) and read(3P) where we don't properly handle > > interrupts. Convert them to use `pread_in_full()` and `read_in_full()`, > > Just checking... do you mean "interrupt" in the kernel sense? Or are you > referring to the possibility of short reads/writes (in later patches)? Both. The callsites I'm converting are explicitly checking that they get the exact number of requested bytes. That means that we'll have to loop both around EINTR/EAGAIN, but also around short reads. Patrick
Attachment:
signature.asc
Description: PGP signature