1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

mfiutil: increase buffer size to accommodate sprintf string

PR:		201289
MFC after:	1 week
This commit is contained in:
Ed Maste 2015-07-03 01:43:11 +00:00
parent d189dcb6e2
commit e2a78b0008
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285067

View File

@ -110,7 +110,7 @@ static int
foreign_show_cfg(int fd, uint32_t opcode, uint8_t cfgidx, int diagnostic)
{
struct mfi_config_data *config;
char prefix[26];
char prefix[64];
int error;
uint8_t mbox[4];