Hello list,
i have to inform you that Gavin Troy (Thanks!) has found yet
another bug.
It's a two-line fix, but i have not yet understood the problem,
which is why i have introduced the bug at first glance (in
[26b87285], (Anticipating v15.0: turn prefixwrite() into object..,
2013-09-13)). The necessary patch is attached.
Once it is totally clear *why* the fix is needed i will release
yet another subminor. (The good news is that i have a rather long
school-based education and will thus be capable to get a number
that large right! Jay!!)
A whole lotta sorry is going on here.
--steffen
diff --git a/send.c b/send.c
index 69a38d1..dda24c6 100644
--- a/send.c
+++ b/send.c
@@ -1080,6 +1080,8 @@ end: free(line);
safe_signal(SIGPIPE, oldpipe);
if (qbuf != obuf)
pipecpy(qbuf, obuf, origobuf, qf, stats);
+ else
+ quoteflt_reset(qf, origobuf);
}
#ifdef HAVE_ICONV
if (iconvd != (iconv_t)-1)
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
nail-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nail-devel