• Show log

    Commit

  • Hash : aad0bd6b
    Author : Stefan Sperling
    Date : 2014-11-03T13:46:56

    Fix segmentation fault observed on OpenBSD/sparc64
    
    A non-readable mapping of a file causes an access violation in
    the pack tests. Always use PROT_READ to work around this.