Commit b2a30903097b88f948206426d97d890b5cf9a4bb

Martin Mitas 2016-10-14T11:03:20

md_process_doc: Fix use after free (via realloc()). pivot_line points into the lines[], so we must be sure we have a valid pointer after the realloc() when growing the array.