mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-06-11 08:26:39 +03:00
014b1d6f54
When SPLAT_TEST_INIT() initialized SPLAT_KMEM_TEST11_NAME the short short test name overran the static length buffer of SPLAT_NAME_SIZE. This was fixed by increasing the buffer length from 16 to 20 bytes.