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

Re: GRUB 0.5.92 problem



From: Mark Lundeberg <aa026@pgfn.bc.ca>
Subject: Re: GRUB 0.5.92 problem
Date: Sun, 8 Aug 1999 13:16:58 -0700 (PDT)

> That works for the first try at the password, but I'd hate to see what
> happens if the user failed the password check and tried again. AFAIK,
> isspace() doesn't return 1 for null chars, so change
> 	while (! isspace (*pptr))
> to
> 	while (! isspace (*pptr) && *pptr)

  Thanks. I'll apply this.

----------------------------------------------------------------------
OKUJI Yoshinori  <okuji@kuicr.kyoto-u.ac.jp>           ^o-o^
http://duff.kuicr.kyoto-u.ac.jp/~okuji (in English)     m /


Reply to: