• Show log

    Commit

  • Hash : 6ff8a7c4
    Author : Patrick Steinhardt
    Date : 2016-03-10T17:05:30

    filebuf: handle write error in `lock_file`
    
    When writing to a file with locking not check if writing the
    locked file actually succeeds. Fix the issue by returning error
    code and message when writing fails.