diff options
Diffstat (limited to 'testing/s-nail/fix-inv-mem-access.patch')
-rw-r--r-- | testing/s-nail/fix-inv-mem-access.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/s-nail/fix-inv-mem-access.patch b/testing/s-nail/fix-inv-mem-access.patch new file mode 100644 index 0000000000..1ef30a719e --- /dev/null +++ b/testing/s-nail/fix-inv-mem-access.patch @@ -0,0 +1,10 @@ +--- a/mime.c 2018-03-09 20:24:35.737754669 +0100 ++++ b/mime.c 2018-03-09 20:24:39.107748465 +0100 +@@ -678,7 +678,6 @@ mime_write_tohdr_a(struct str *in, FILE + xin.l = PTR2SIZE(cp - lastcp); + if ((sz = a_mime__convhdra(&xin, f, colp, msh)) < 0) + goto jleave; +- xin.s[xin.l] = '<'; + lastcp = cp; + } else { + cp = lastcp; |