On 7/17/24 00:39, Clément Léger wrote:
+                    /* Restrict the range as we found fds matching start/end */
+                    if (i == skip_start)
+                        skip_start++;
+                    else if (i == skip_end)
+                        skip_end--;

Need braces.

Otherwise,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>



r~

Reply via email to