grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

a bug in read


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]