Commit 3b3cb32dd2340d86d3165961a4bb3dbd44353075

Werner Lemberg 2017-09-21T09:03:20

[truetype] Fix `mmvar' array pointers. Without this change, clang's AddressSanitizer reports many runtime errors due to misaligned addresses. * src/truetype/ttgxvar.c (TT_Get_MM_Var): Use multiples of pointer size for sub-array offsets into `mmvar'.