On 7/29/25 11:41 PM, Alex Bradbury wrote:
The logic to iterate over the hottest blocks will never reach the last
item in the list, as it checks `it->next != NULL` before entering the
loop. It's hard to trigger this off-by-one error with the default
limit=20, but it is a bug and is problematic if that default is changed
to something larger.

Signed-off-by: Alex Bradbury <a...@igalia.com>
---
  contrib/plugins/hotblocks.c | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

Thanks for this one too.
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>


Reply via email to