aboutsummaryrefslogtreecommitdiffstats
path: root/community/openjdk8/icedtea-jdk-getmntent-buffer.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/openjdk8: increase buffer size for getmntent_rNatanael Copa2017-05-301-0/+88
Java will only use 1024 byte buffer for parsing mounts. Unlike glibc will musl return error when this is not big enough instead of truncating it. We solve it by allocating a much bigger buffer. ref #9073 We also build without precompiled headers, which does not work eith PIE.