https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212724
Felix Johnson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Keywords| |patch --- Comment #2 from Felix Johnson <[email protected]> --- The functions in strcpy(3) already have the restrict keyword. This includes stpcpy, stpncpy, strcpy, and strncpy. The functions in strlcpy(3) (strlcpy, strlcat) have the restrict keyword. -- You are receiving this mail because: You are the assignee for the bug.
