Skip to content
  • Natanael Copa's avatar
    community/openjdk8: increase buffer size for getmntent_r · 874cfb1f
    Natanael Copa authored
    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.
    874cfb1f