Hi,

thanks for the report!

Javier Serrano Polo wrote:
> Please comment out the getline() implementation in common/getline.c. I
> guess it's being used instead of glibc's getline(). On amd64, getline()
> is returning an int instead of ssize_t and makes any (getline() >= 0) be
> always true, causing infinite loops.

But int and ssize_t are both signed. So why can this be? Or do you mean
unsigned int?

Roland



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to