freebsd-dev/sys/boot/zfs
Pawel Jakub Dawidek 81fdf04870 Always pass data size for checksum verification function, as using
physical block size declared in bp may not always be what we want.
For example in case of gang block header physical block size declared
in bp is much larger than SPA_GANGBLOCKSIZE (512 bytes) and checksum
calculation failed. This bug could lead to accessing unallocated
memory and resets/failures during boot.

MFC after:	3 days
2011-10-19 23:44:38 +00:00
..
Makefile On i386 and amd64, consistently use the following options whenever we 2011-01-05 22:24:33 +00:00
zfs.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zfsimpl.c Always pass data size for checksum verification function, as using 2011-10-19 23:44:38 +00:00