bug-grub
[Top][All Lists]
Advanced

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

[bug #21865] grub.cfg syntax error leads to infinite loop


From: Bean
Subject: [bug #21865] grub.cfg syntax error leads to infinite loop
Date: Sat, 22 Dec 2007 06:46:38 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11

Follow-up Comment #1, bug #21865 (project grub):

yes, i know this bug, it's caused by the syntax rules in parser.y, i think
it's here:

commands: ...
          | error
                  {
                    yyerror (state, "Incorrect command");
                    state->err = 1;
                    yyerrok;
                  }

error is not shifted, so it's occurring over and over again.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?21865>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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