<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 9, 2020 at 8:49 PM Jan Stancek <<a href="mailto:jstancek@redhat.com">jstancek@redhat.com</a>> wrote:<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>
<br>
----- Original Message -----<br>
> On Wed, Nov 4, 2020 at 2:22 PM Li Wang <<a href="mailto:liwang@redhat.com" target="_blank">liwang@redhat.com</a>> wrote:<br>
> <br>
> > ...<br>
> >> -       tst_cgroup_cpuset_read_files(PATH_TMP_CG_CST, "cpus", buf);<br>
> >> +       tst_cgroup_cpuset_read_files(PATH_TMP_CG_CST, "cpus", buf,<br>
> >> sizeof(buf));<br>
> >>         tst_cgroup_cpuset_write_files(PATH_TMP_CG_CST, "cpus", buf);<br>
> >> -       tst_cgroup_cpuset_read_files(PATH_TMP_CG_CST, "mems", mems);<br>
> >> +       tst_cgroup_cpuset_read_files(PATH_TMP_CG_CST, "mems", mems,<br>
> >> sizeof(buf));<br>
> >><br>
> ><br>
> > sizeof() is generally used to calculate the size (in bytes) of a data type,<br>
> > e.g sizeof(char *).<br>
> > I think here to pass 'BUFSIZ' directly is better than sizeof(buf).<br>
> ><br>
> <br>
> Jan, do you agree with this point?<br>
> If yes, I can help to modify and apply this patch.<br>
<br>
2nd line should have been sizeof(mems), but BUFSIZ will work too.<br></blockquote><div><br></div><div class="gmail_default" style="font-size:small">Pushed, thanks!</div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>