Package: gcvs Version: 1.0final-15 Severity: important 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.
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

