Hash :
642135f3
Author :
Date :
2015-11-03T11:26:34
[util] In --debug mode, duplicate font data 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.
[](https://travis-ci.org/behdad/harfbuzz) [](https://coveralls.io/r/behdad/harfbuzz) [](https://scan.coverity.com/projects/5450) This is HarfBuzz, a text shaping library. For bug reports, mailing list, and other information please visit: http://harfbuzz.org/ For license information, see the file COPYING.
README