On 03/06/2016 08:21 PM, IOhannes m zmölnig wrote:
On 03/04/2016 11:22 AM, Christof Ressi wrote:
So you're probably right with your guess about memory corruption
actually, valgrind already proved that this was not a guess.
and with the help of valgrind it was also very easy to spot the actual problem: a pointer was not updated after calling binbuf_resize().
attached is a one-liner fix for the problem.
gfmards IOhannes