Olivier Houchard 9c4f08ae39 BUG/MINOR: tune.fail-alloc: Don't forget to initialize ret.
In mem_should_fail(), if we don't want to fail the allocation, either
because mem_fail_rate is 0, or because we're still initializing, don't
forget to initialize ret, or we may return a non-zero value, and fail
an allocation we didn't want to fail.
This should only affect users that compile with DEBUG_FAIL_ALLOC.
2019-02-01 16:30:08 +01:00
..
2019-01-30 19:37:20 +01:00
2017-10-25 04:45:48 +02:00