• François Grisez's avatar
    FileLogHandler: fix current log size evaluation · d9233a22
    François Grisez authored
    stat() was never called because it was placed as a second operand
    of a && operator, where the first operand is always true in normal
    condition.
    
    This commit also fixes potentials memory leaks when the log handler
    cannot be created.
    d9233a22