Add test for mime parsing reportedly crash-inducing message

This commit is contained in:
Dmitry Bogatov
2019-09-15 00:45:17 +00:00
committed by holger krekel
parent b6803191cb
commit 7b73103133
3 changed files with 35 additions and 0 deletions

4
.gitattributes vendored
View File

@@ -2,6 +2,10 @@
# ensures this even if the user has not set core.autocrlf.
* text=auto
# This directory contains email messages verbatim, and changing CRLF to
# LF will corrupt them.
test-data/* text=false
# binary files should be detected by git, however, to be sure, you can add them here explicitly
*.png binary
*.jpg binary