On Sat, Oct 29, 2011 at 03:45:56PM +0200, Thomas Jarosch wrote: > Cause is a misplaced bracket. > > The code > > strlen(buf+1) > > will be two bytes less than > > strlen(buf)+1 > > The +1 is in this code to reserve space for an additional space character. Thanks, applied. The same buggy code just formatted slightly differently also exists in Emma. I added the Emma fix to the patch and applied it. Thanks! Ralf