Files
scst/srpt/src
Gleb Chesnokov bc9ec6f9e7 scst: Replace all strlcpy() with strscpy()
strlcpy() reads the entire source buffer first. This read may exceed the
destination size limit. This is both inefficient and can lead to linear
read overflows if a source string is not NULL-terminated [1].

[1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy
2023-07-19 10:54:35 +03:00
..
2010-06-18 19:29:19 +00:00
2023-05-10 13:24:47 +03:00
2020-12-20 02:07:40 +00:00