notmuch clon
Find a file
Carl Worth dcebf35ec9 Avoid reading a byte just before our allocated buffer.
When looking for a trailing ':' to introduce a quotation we peek at
the last character before a newline. But for blank lines, that's not
where we want to look. And when the first line in our buffer is a
blank line, we're underrunning our buffer. The fix is easy---just
bail early on blank lines since they have no terms anyway.

Thanks to valgrind for pointing out this error.
2009-10-16 13:38:43 -07:00
.gitignore Rename g_mime_test to notmuch-index-message 2009-10-13 13:31:17 -07:00
Makefile Protect against missing message id while indexing files 2009-10-14 21:46:54 -07:00
notmuch-index-message.cc Avoid reading a byte just before our allocated buffer. 2009-10-16 13:38:43 -07:00
xapian-dump.cc xapian-dump: Add a little mor indentation 2009-10-13 13:21:47 -07:00