From 36833ea4e40833811269d86112043cf1db933009 Mon Sep 17 00:00:00 2001 From: behlendo Date: Wed, 5 Nov 2008 21:27:31 +0000 Subject: [PATCH] Slightly increase SPLAT_NAME_SIZE to ensure string is always NULL terminated. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@174 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c --- include/splat-ctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/splat-ctl.h b/include/splat-ctl.h index 7f2c6d94d9..d5ce6ab9ae 100644 --- a/include/splat-ctl.h +++ b/include/splat-ctl.h @@ -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 {