forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
[Refactor] strcpyReplace uses of unsafe strcpy-family functionsReplace uses of unsafe strcpy-family functionsgood first issueGood for newcomersGood for newcomers
Description
A lot of kernel code is still using strcpy(). While the CONFIG_FORTIFY_SOURCE wrapper macros tend to make its use mostly safe, it would be nice to eliminate the function from the kernel entirely.
https://www.kernel.org/doc/html/latest/process/deprecated.html#strcpy
Metadata
Metadata
Assignees
Labels
[Refactor] strcpyReplace uses of unsafe strcpy-family functionsReplace uses of unsafe strcpy-family functionsgood first issueGood for newcomersGood for newcomers