<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le lun. 22 févr. 2021 à 17:36, Shuah Khan <<a href="mailto:skhan@linuxfoundation.org">skhan@linuxfoundation.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Cool. A quick check shows me 1031 strscpy() calls with no return<br>
checks. All or some of these probably need to be reviewed and add<br>
return checks. Is this something that is in the plan to address as<br>
part of this work?<br>
<br>
thanks,<br>
-- Shuah<br></blockquote><div><br></div><div>
<div>Hi,</div><div><br></div><div>Initially, what we planned with Kees is to firstly replace all calls with error handling codes (like this series does),</div><div>and then replace all other simple calls (without error handling). However, we can also start a discussion about this topic, all suggestions are welcome.</div><div><br></div><div>I am not sure that it does make sense to check all returns code in all cases (for example in arch/alpha/kernel/setup.c, there are a ton of other examples in the kernel). But a general review (as you suggest), would make sense.<br></div><div><br></div><div>Regards,</div><div>Romain<br></div>  <br></div></div></div>