mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 09:07:25 +03:00
61c9fe44a3
Do not underflow count at the last iteration, which triggers UBSAN when using -fsanitize=unsigned-integer-overflow. This is useful as those underflows can be a result of a flawed counting logic (e.g. a counter gets reduced more than increased).