]> granicus.if.org Git - zfs/commitdiff
Slightly increase SPLAT_NAME_SIZE to ensure string is always
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Wed, 5 Nov 2008 21:27:31 +0000 (21:27 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Wed, 5 Nov 2008 21:27:31 +0000 (21:27 +0000)
NULL terminated.

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@174 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c

include/splat-ctl.h

index 7f2c6d94d9543363b9527cdc54b9d5281538dde1..d5ce6ab9ae8fa2676449390581d6511e0d18761f 100644 (file)
@@ -36,7 +36,7 @@
 #define SPLAT_NAME                     "splatctl"
 #define SPLAT_DEV                      "/dev/splatctl"
 
-#define SPLAT_NAME_SIZE                        12
+#define SPLAT_NAME_SIZE                        16
 #define SPLAT_DESC_SIZE                        60
 
 typedef struct splat_user {