Hi René, On Thu, 10 Aug 2017, René Scharfe wrote: > If realloc() fails then the original buffer is still valid. Free it > before exiting the function. > > Signed-off-by: Rene Scharfe <l.s.r@xxxxxx> The subject had me worried for a second... The realloc() fails so rarely that I, for one, have never encountered that problem. Still, it is a correct fix for a real bug. Thanks, Dscho