On Sunday 17 May 2015 03:59:09 Mark Johnston wrote:
> Author: markj
> Date: Sun May 17 03:59:08 2015
> New Revision: 283025
> URL: https://svnweb.freebsd.org/changeset/base/283025
> 
> Log:
>   As dtrace(1) processes D libraries under /usr/lib/dtrace, the compiler may
> return an error if one of the depends_on directives in a library is not
> satisfied. In this case, libdtrace is supposed to ignore the library and
> carry on. However, the remainder of the library may still be buffered by
> the lexer, causing libdtrace to erroneously continue processing it on the
> next call to yyparse(). Fix this by explicitly flushing the input buffer
> each time the compiler state is reset.

Hmm, nice catch!

-- 
Rui Paulo
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to