|
From: | Yoshinori K. Okuji |
Subject: | a bug in read |
Date: | Tue, 8 Jul 2008 00:18:34 +0200 |
User-agent: | KMail/1.9.9 |
Hello, I have noticed that read.c has a bug. In this line: while ((line[i - 1] != '\n') && (line[i - 1] != '\r')) LINE is not initialized yet at the first time, so this refers to a uninitialized location. Regards, Okuji
[Prev in Thread] | Current Thread | [Next in Thread] |