<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 16, 2021 at 5:30 AM Andrey Gusev <<a href="mailto:andrey.goosev@gmail.com">andrey.goosev@gmail.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">-        if ((unbounded = descriptor_count == UINT_MAX))<br>
+        if ((unbounded = descriptor_count) == UINT_MAX)<br><br></blockquote><div><br></div><div><div dir="ltr">'unbounded' is a bool, so we do in 
fact want to assign it the value of descriptor_count == UINT_MAX, though
 for clarity it could use extra parentheses around the condition.<br></div> </div></div></div>