startup_checks: Resolve -Wstringop-truncation
Copies up to sizeof(p_name) - 1 in strncpy and null terminates it at p_name[254]
Please register or sign in to comment
Copies up to sizeof(p_name) - 1 in strncpy and null terminates it at p_name[254]