Skip to content

lisa._assets.kmodules.lisa: Replace strlcpy() with strscpy()

Deepak Kumar Mishra requested to merge deemis01/lisa:lisa_strcpy_issue into main

FIX

This is necessary since Linux kernel patch commit d26270061ae6 ("string: Remove strlcpy()") removes strlcpy().

Signed-off-by: Dietmar Eggemann dietmar.eggemann@arm.com

Edited by Deepak Kumar Mishra

Merge request reports