Commit aad0bd6bc78b79bb8c0778c0c135c167d359fe12

Stefan Sperling 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.