OpenAMP / open-amp

The main OpenAMP library implementing RPMSG, Virtio, and Remoteproc for RTOS etc
https://www.openampproject.org/
Other
721 stars 291 forks source link

openamp: replace all strncpy to strlcpy #602

Closed wyr-7 closed 1 month ago

arnopo commented 4 months ago

It seems that strlcpy is only available recently in glibc, or I'm wrong? in such case, I'm not sure if we can use it if we want to maintain compatibility. Otherwise, we would have to create a default function.

xiaoxiang781216 commented 1 month ago

@wyr-7 let's close this pr.