Show patches with: Submitter = goralbaris       |    Archived = No       |   6 patches
Patch Series S/W/F Date Submitter Delegate State
[v4] scsi: target: transform strncpy into strscpy [v4] scsi: target: transform strncpy into strscpy --- 2025-04-05 goralbaris New
[v3] transform strncpy into strscpy [v3] transform strncpy into strscpy --- 2025-04-02 goralbaris Superseded
[[PATCH,v2] ] transform strncpy into strscpy [[PATCH,v2] ] transform strncpy into strscpy --- 2025-04-02 goralbaris Superseded
[[PATCH,v2] ] transform strncpy into strscpy [[PATCH,v2] ] transform strncpy into strscpy --- 2025-04-02 goralbaris Superseded
change strncpy to strscpy strncpy is now depricated. It may not NUL-terminate the destination string, resulting in potential memory content exposures, unbounded reads, or crashes. Link: https://github.com/KSPP/linux/issues/90 change strncpy to strscpy strncpy is now depricated. It may not NUL-terminate the destination str... --- 2025-04-02 goralbaris New
change strncpy to strscpy strncpy is now depricated. It may not NUL-terminate the destination string, resulting in potential memory content exposures, unbounded reads, or crashes. Link: https://github.com/KSPP/linux/issues/90 change strncpy to strscpy strncpy is now depricated. It may not NUL-terminate the destination str... --- 2025-04-02 goralbaris Superseded