mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Increase sprintf(3) buffer size, which I forgot from the previous commit.
This commit is contained in:
parent
05ea372876
commit
d4e77db18b
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ smbios_detect(void)
|
|||
uint8_t *smbios, *dmi, *addr;
|
||||
uint16_t i, length, count;
|
||||
uint32_t paddr;
|
||||
char buf[4];
|
||||
char buf[16];
|
||||
|
||||
/* locate and validate the SMBIOS */
|
||||
smbios = smbios_sigsearch(PTOV(SMBIOS_START), SMBIOS_LENGTH);
|
||||
|
|
|
|||
Loading…
Reference in a new issue