MAINTAINERS: vern@ee.lbl.gov SUBJECT: Bug in flex 2.5.4a (with patch) Buffer overrun: scan.l (and hence scan.c) assumes that nmdef is big enough to hold yytext. The fuzz case that triggered a failure had a nmdef of 10000 or so. The solution is basically a copy of that for ul.c: dynamically expand the buffer as needed.