]> git.proxmox.com Git - mirror_spl.git/commit
Coverity 9641: Buffer Size
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 18 Feb 2009 00:24:26 +0000 (16:24 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 18 Feb 2009 00:24:26 +0000 (16:24 -0800)
commit014b1d6f54dc7236a7572533f9e72ec459f1abd4
treea227d384e43b16275af42d96fed450f7c21a73f8
parent9b1b8e4c2459a02fc230cdda65b13908f263fd36
Coverity 9641: Buffer Size

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.
include/splat-ctl.h