kmx git
Register
kc3-lang/md4c
kc3-lang
Login
kc3-lang
/
md4c
Browse
Commit
Author :
Martin Mitas
Date :
2016-10-14 11:03:20
Hash :
b2a30903
Message :
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.