mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
mfiutil: increase buffer size to accommodate sprintf string
PR: 201289 MFC after: 1 week
This commit is contained in:
parent
d189dcb6e2
commit
e2a78b0008
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue