summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386/rc.i386
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2001-01-07 00:26:32 +0000
committerarchie <archie@FreeBSD.org>2001-01-07 00:26:32 +0000
commitb1ae8b5a7c97de609e4aaecc29ad435279a5e895 (patch)
treeafa2133d269c4b659a1f346fb9b52bdd85f1e124 /etc/etc.i386/rc.i386
parentbc25a02671067c08c1715ae7ca9473431e40f5b2 (diff)
downloadFreeBSD-src-b1ae8b5a7c97de609e4aaecc29ad435279a5e895.zip
FreeBSD-src-b1ae8b5a7c97de609e4aaecc29ad435279a5e895.tar.gz
When pcap_compile() detects an error, it longjmp()'s out of the
scanner/parser. FreeBSD recently made 'flex' its default implementation of 'lex'. One of the incompatibilities of 'flex' vs. 'lex' is that if you longjmp() out of the scanner, you must call yyrestart() before doing another scan (as documented in flex(1)). So add an invocation to yyrestart() in lex_init(). This change should be backwards compatible with the original 'lex'. PR: bin/24116
Diffstat (limited to 'etc/etc.i386/rc.i386')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud