• Johannes Truschnigg's avatar
    Correctly check for vm.overcommit_memory == 0 (#10841) · 9f3b4100
    Johannes Truschnigg authored
    A regression caused by #10636 (released in 7.0.1) causes Redis startup warning about overcommit to be missing when needed and printed when not. 
    
    Also, using atoi() to convert the string's value to an integer cannot discern
    between an actual 0 (zero) having been read, or a conversion error. 
    9f3b4100
syscheck.c 13 KB