zram-swap-manager icon indicating copy to clipboard operation
zram-swap-manager copied to clipboard

Fix infinite recursion

Open qianbinbin opened this issue 11 months ago • 1 comments

#11

When the other variables in the for loop can't break the loop, the last one which has the same name as the function will cause infinite recursion.

This happens when the device has the /dev/block/zram* but actually hasn't enabled zram.

qianbinbin avatar Mar 21 '24 10:03 qianbinbin

cc @VR-25

qianbinbin avatar May 17 '24 14:05 qianbinbin