Displaying 1 result from an estimated 1 matches for "kernpair".
Did you mean:
kernpairs
2017 May 19
1
Null pointer dereference?
...ious if this was a real null pointer dereference issue in
R-devel/src/library/grDevices/src/devPS.c on line 1009?
1000: static type1fontinfo makeType1Font()
1001: {
1002: type1fontinfo font = (Type1FontInfo *) malloc(sizeof(Type1FontInfo));
1003: /*
1004: * Initialise font->metrics.KernPairs to NULL
1005: * so that we know NOT to free it if we fail to
1006: * load this font and have to
1007: * bail out and free this type1fontinfo
1008: */
1009: font->metrics.KernPairs = NULL;
1010: if (!font)
1011: warning(_("failed to allocate Type 1 font info"...