Files
linux/net
Thorsten Blum 63fe077c21 caif: Replace memset(0) + strscpy() with strscpy_pad()
Replace memset(0) followed by strscpy() with strscpy_pad() to improve
cfctrl_linkup_request(). This avoids zeroing the memory before copying
the string and ensures the destination buffer is only written to once,
simplifying the code and improving efficiency.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20250811093442.5075-2-thorsten.blum@linux.dev
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-08-12 14:08:56 -07:00
..
2025-07-30 18:01:26 -07:00
2025-06-23 17:05:12 -07:00
2025-07-15 12:08:39 +02:00
2025-07-25 11:29:04 -07:00
2025-08-12 14:05:44 -07:00
2025-04-11 18:58:10 -07:00
2025-06-23 17:04:03 -07:00