Minor comment formatting correction.

This commit is contained in:
Andrew Wood
2024-04-20 21:31:17 +01:00
parent 8bc1cc28d0
commit d3c59cbff3
+2 -1
View File
@@ -87,7 +87,8 @@ static FILE *pv__control_file(char *filename, size_t bufsize, pid_t control_pid,
if ('\0' == home_dir[0])
return NULL;
/* flawfinder rationale: null and zero-size values are
/*
* flawfinder rationale: null and zero-size values are
* rejected, and the destination buffer is bounded.
*/