Christian Göttsche 61c9fe44a3 CGroupUtils: avoid unsigned integer underflow
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).
2021-12-05 19:28:07 +01:00
..
2021-08-25 09:54:30 +02:00
2021-08-25 09:54:30 +02:00
2021-05-10 18:40:53 +02:00
2021-02-07 12:41:52 +01:00