Module Name: src Committed By: chs Date: Mon Mar 23 00:37:19 UTC 2020
Modified Files:
src/sys/dev/acpi: acpi_debug.c
Log Message:
in acpi_debug_init(), the string we extract from the dictionary is
a normal C string, so use strlcpy() rather than memcpy() to copy it.
found by KASAN.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/acpi/acpi_debug.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
