You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swapped out strncpy() for strscpy() in parse_uboot_commandline() while
copying to commandp. strscpy() makes sure the string is properly null-
terminated and gives a more useful return value so it's just a safer
choice overall.
Link: KSPP#90
Signed-off-by: Mohammad Mahdi Anbaraki <[email protected]>
Signed-off-by: Greg Ungerer <[email protected]>
0 commit comments