freebsd-dev/usr.sbin/bootparamd
Dimitry Andric d310bf3867 Fix too small hostname buffer in bootparamd
This fixes the following warning from clang 14:

usr.sbin/bootparamd/bootparamd/bootparamd.c:204:32: error: 'fscanf' may
overflow; destination buffer in argument 3 has size 255, but the
corresponding specifier may require size 256 [-Werror,-Wfortify-source]

The MAX_MACHINE_NAME macro indicates the maximum number of bytes in a
machine name, but it does not include the NUL terminator required for
scanf.

MFC after:	 3 days
2022-02-06 15:25:49 +01:00
..
bootparamd Fix too small hostname buffer in bootparamd 2022-02-06 15:25:49 +01:00
callbootd bootparamd: Fix several warnings and increase warn level to 6. 2021-01-02 12:36:09 +09:00
Makefile
Makefile.inc bootparamd: Fix several warnings and increase warn level to 6. 2021-01-02 12:36:09 +09:00