1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00
freebsd/sys/cddl
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
..
boot/zfs Always pass data size for checksum verification function, as using 2011-10-19 23:44:38 +00:00
compat/opensolaris Second-to-last commit implementing Capsicum capabilities in the FreeBSD 2011-08-11 12:30:23 +00:00
contrib/opensolaris Import fix for Illumos bug #1475 to reduce diff against upstream. 2011-10-18 13:58:22 +00:00
dev Define dtrace_cmpset_long in terms of atomic_cmpset_long 2011-10-16 22:18:08 +00:00