Page MenuHomeFreeBSD

Still a memory corruption bug in vdev_read in loader ZFS support
ClosedPublic

Authored by pkelsey on Feb 17 2019, 4:16 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 3:53 PM
Unknown Object (File)
Sat, Apr 27, 1:57 AM
Unknown Object (File)
Thu, Apr 25, 10:23 AM
Unknown Object (File)
Wed, Apr 24, 11:27 PM
Unknown Object (File)
Wed, Apr 24, 11:44 AM
Unknown Object (File)
Fri, Apr 19, 4:53 AM
Unknown Object (File)
Mon, Apr 8, 12:37 PM
Unknown Object (File)
Mar 19 2024, 5:08 AM
Subscribers

Details

Summary

D19140 didn't quite expunge the memory corruption bug in vdev_read() in zfs.c. In that fix, the single-sector case with non-zero tail would overrun the output buffer by the tail size.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This revision is now accepted and ready to land.Feb 17 2019, 7:02 AM
pkelsey retitled this revision from Still a memory corruption bug in vdev_readin loader ZFS support to Still a memory corruption bug in vdev_read in loader ZFS support.Feb 17 2019, 4:27 PM
This revision was automatically updated to reflect the committed changes.