Skip to content
  • Jeremy Newton's avatar
    Fix glibc crash: add log message on fopen failure · 1ba2eefe
    Jeremy Newton authored
    glibc's fclose implementation does not do a NULL check and will crash on "fclose(NULL)". A bunch of Fedora users have been sending in traces for this issue. I've added a log on failure case, likely if the user does not have permission to write to the file.
    1ba2eefe