From kde-bugs-dist Fri Jul 20 01:06:22 2007 From: aaronw () net ! com Date: Fri, 20 Jul 2007 01:06:22 +0000 To: kde-bugs-dist Subject: [Bug 140907] Compile error on Solaris 8 - Message-Id: <20070720010622.17464.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=118489358625945 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=140907 ------- Additional Comments From aaronw net com 2007-07-20 03:06 ------- Rather than calling realloc, why not use malloc/calloc? Also, the man page for getline says it includes the EOL character which the source is removing.