https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212139
Peter Wemm <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #174075|0 |1 is obsolete| | --- Comment #5 from Peter Wemm <[email protected]> --- Created attachment 174080 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=174080&action=edit Prevent read-ahead from crossing 32 bit aliases of end-of-disk I think this patch will work. I've been running it in a test rig to check for wrapping and aliasing scenarios. I'll test it shortly. Note that it uses tcp-style sequence space signed arithmetic to handle wraparounds. The use of signed math is intentional. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
