<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/community/openjdk8/icedtea-jdk-getmntent-buffer.patch, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/openjdk8: increase buffer size for getmntent_r</title>
<updated>2017-05-30T15:01:15+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2017-05-30T14:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=874cfb1fc5eaca8c800329d7e7f911d84fb20644'/>
<id>874cfb1fc5eaca8c800329d7e7f911d84fb20644</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
