This has the effect that the font data will end up in a memory section malloc()ed exactly to its size. This gives us better valgrind detection of out-of-bounds access. Previously, the font data was placed in a mmap()ed section or GString-allocated area, which didn't have proper protections at the end when running under valgrind.pull/158/head^2
parent
ed2024ef93
commit
642135f3b2
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue