|
From: Johannes S. <Joh...@gm...> - 2009-01-29 15:30:42
|
Hi, so it really bothered me. So I actually tried to recreate the Ubuntu package as it displays the weird error (remember: after deflate(), offset 51 in a buffer of 58 was reported uninitialized, yet it appears inflate() wants exactly that byte, so it is definitely not uninitialized). After a bit of researching (why does Debian have to make it so awfully complicated to make a package?) I _could_ reproduce. The issue is that Debian sets UNALIGNED_OK, while zlib's configure does not. Does that ring a bell? Ciao, Dscho |