Hello again Ralph, Ralph Corderoy <[email protected]> wrote: |> I cannot reproduce this here - would you mind doing |> |> $ LC_ALL=C(or what do you use?) MAILRC=/dev/null \ |> mail -n [OPTIONS YOU USE] foo |> |> to generate something reproducable? | |I couldn't reproduce exactly the same thing, but I did hammer away |randomly, including backspace a lot, with valgrind and triggered this
So it turns out there was a misuse of a buffer that may not have been NUL terminated, an issue that was fixed (as a side-effect) on the development ([crawl]) branch (code sharing via new str_assign() function). I've committed [1]. [1] https://git.sdaoden.eu/cgit/s-nail.git/commit/?id=536d3a78cebd857fc0d9499ab8ea9b5acb2165e4 It would be very kind if you could confirm this indeed fixes your issue. You could either download a snapshot as in https://git.sdaoden.eu/cgit/s-nail.git/snapshot/master.tar.xz (.gz also works, i think .bz2 will also work but due to a cgit bug;) or clone the git repo (i'm sure you know, but here it is): $ git init $ git remote add origin -t master https://git.sdaoden.eu/scm/s-nail.git $ git fetch -v $ git checkout master Just ring through if you find anything, please! Ciao! --steffen ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 __________________________________ [email protected]
