Author: trasz
Date: Mon Oct 15 19:48:36 2018
New Revision: 339368
URL: https://svnweb.freebsd.org/changeset/base/339368

Log:
  Prevent flex(1) from generating calls to isatty(3) - and, in turn,
  TIOCGETA ioctls - when parsing nsswitch.conf(5).
  
  Reviewed by:  imp, markj
  Approved by:  re (gjb)
  MFC after:    2 weeks
  Sponsored by: DARPA, AFRL
  Differential Revision:        https://reviews.freebsd.org/D17564

Modified:
  head/lib/libc/net/nslexer.l

Modified: head/lib/libc/net/nslexer.l
==============================================================================
--- head/lib/libc/net/nslexer.l Mon Oct 15 18:56:54 2018        (r339367)
+++ head/lib/libc/net/nslexer.l Mon Oct 15 19:48:36 2018        (r339368)
@@ -50,6 +50,7 @@ static char *rcsid = 
 
 %}
 
+%option never-interactive
 %option noinput
 %option nounput
 %option yylineno
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to