ARM-software / lisa

Linux Integrated System Analysis
Apache License 2.0
200 stars 119 forks source link

lisa._kmod: Replace strlcpy() with strscpy() #2187

Closed honxia02 closed 7 months ago

honxia02 commented 7 months ago

FIX

Upstream has just removed strlcpy(), which should be replaced by strscpy(). strscpy() is already there for quite a long time, so this change won't break old kernels.

github-actions[bot] commented 7 months ago

Hello! :wave:

Thank you for your contribution to the LISA Project!

LISA contributions can only be submitted through GitLab. This GitHub repo is accessible as a Read-Only mirror and it is not able to accept contributions for the project anymore.

How do I contribute patches to LISA?

Please consult our Contributors' Guide

What if I face any problems?

You may use GitLab issue tracker to post any questions or problems you might have.

We look forward to seeing your patches submitted to LISA GitLab!

The LISA team