I ran into this problem when using 'grep' to search through GNU Emacs installed files. Here's how to reproduce the problem:

$ (echo xxx && yes yyy | sed 100000q && printf '\0') >big
$ grep xxx big
xxx
Binary file big matches

The last line should not be output. I'll look into fixing this.



Reply via email to