91de71d Do not assume fixed line lengths for /proc/acpi/wakeup file

1 file Authored by guillem 5 years ago, Committed by ahs3 5 years ago,
    Do not assume fixed line lengths for /proc/acpi/wakeup file
    
    The lines in that file might be equal or longer than 40 characters, which
    means that the getline() call will truncate them, possibly at the wrong
    place, and then be unable to proceed, as subsequent calls will get stuck
    waiting for input that is not coming.
    
        
file modified
+5 -4