mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Using printf() with '%s' can lead to arbitrary long printing (although, usually, a NUL byte should appear quite quickly) and trying to print unprintable characters. Instead, print in hexadecimal the exact bytes that are compared to the expected signature. MFC after: 2 weeks Sponsored by: The FreeBSD Foundation |
||
|---|---|---|
| .. | ||
| smbios.c | ||
| smbios.h | ||
| smbios_subr.c | ||