[bug #47569] GRUB 2.02~beta2 "fatal error: token too large, exceeds YYLMAX"

2017-03-05 Thread Vladimir Serbinenko
Update of bug #47569 (project grub): Planned Release:None => 2.03+ ___ Reply to this item at: ___

[bug #47569] GRUB 2.02~beta2 "fatal error: token too large, exceeds YYLMAX"

2016-04-08 Thread Andrei Borzenkov
Follow-up Comment #3, bug #47569 (project grub): We could also force %pointer (we require the latest flex anyway) which eliminates this error entirely. This can potentially lead to DoS if someone gives us too large input file. Otherwise I'm not sure what logic should be. We start collecting

[bug #47569] GRUB 2.02~beta2 "fatal error: token too large, exceeds YYLMAX"

2016-04-04 Thread Alvaro Gonzalez
Follow-up Comment #2, bug #47569 (project grub): Hello, But couldn't grub recover from the error a bit better? It shows in a infinite loop (looks like infinite) the error: "fatal error: token too large, exceeds YYLMAX" ...and it is impossible (as far as I know) to fix without booting from an

Re: [bug #47569] GRUB 2.02~beta2 "fatal error: token too large, exceeds YYLMAX"

2016-03-30 Thread Vladimir 'phcoder' Serbinenko
We can add longjmp/setjmp to recover from such errors more gracefully Le mer. 30 mars 2016 15:06, Andrei Borzenkov a écrit : > Follow-up Comment #1, bug #47569 (project grub): > > Well, grub-mkconfig and /etc/default/grub are just shell scripts at the > end. > Not sure

[bug #47569] GRUB 2.02~beta2 "fatal error: token too large, exceeds YYLMAX"

2016-03-30 Thread Andrei Borzenkov
Follow-up Comment #1, bug #47569 (project grub): Well, grub-mkconfig and /etc/default/grub are just shell scripts at the end. Not sure what we can do here. If shell does not complain, how should we know something went wrong? ___ Reply to

[bug #47569] GRUB 2.02~beta2 "fatal error: token too large, exceeds YYLMAX"

2016-03-30 Thread Alvaro Gonzalez
URL: Summary: GRUB 2.02~beta2 "fatal error: token too large, exceeds YYLMAX" Project: GNU GRUB Submitted by: lvarin Submitted on: Wed 30 Mar 2016 08:37:10 AM GMT Category: Booting