<div>Hi all,</div><div><br></div><div>loop_read/write will try to fill/read &#39;nbytes&#39; of caller supplying buffer. This argument is currently of type size_t, which is always true</div><div>for loop quit condition &quot;while (nbytes &gt; 0)&quot;, hence we change it to type ssize_t here. This also helps to detect passed-in &#39;nbytes&#39; of value -1</div>
<div>for example.</div><div><br></div><br clear="all"><br><div><br>-- <br>Regards,<div><br><div>- cee1</div></div><br>
</div>