K 10 svn:author V 6 tsoome K 8 svn:date V 27 2020-02-05T11:02:00.912837Z K 7 svn:log V 237 zfsboot: vdev_read_pad2 does allocate buffer with wrong size vdev_read_pad2() does read VDEV_PAD_SIZE of data, and will copy size bytes of it, hence, we need buffer of VDEV_PAD_SIZE bytes. Issue introduced in r357497. Reported by: se END