<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Drawing failure with large MediaBox"
href="https://bugs.freedesktop.org/show_bug.cgi?id=99778#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Drawing failure with large MediaBox"
href="https://bugs.freedesktop.org/show_bug.cgi?id=99778">bug 99778</a>
from <span class="vcard"><a class="email" href="mailto:ggendx@gmail.com" title="Guillaume Endignoux <ggendx@gmail.com>"> <span class="fn">Guillaume Endignoux</span></a>
</span></b>
<pre>The same document seems to affect pdftoppm, which reports a "Bogus memory
allocation size" on stderr, but prints weird stuff on stdout...
$ pdftoppm file.pdf
Bogus memory allocation size
P6
1 1
255
���P6
21 21
255
...
$ pdftoppm file.pdf > /dev/null
Bogus memory allocation size
$ pdftoppm file.pdf 2> /dev/null
P6
1 1
255
���P6
21 21
255
...</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>