Bugzilla – Attachment #15853: dirfile.diff for bug #49296
status = AllocError;
break;
case NAME:
if (strlen(lexToken) >= sizeof(alias)) {
status = BadFontPath;
}
strcpy(alias, lexToken);
token = lexAlias(file, &lexToken);
switch (token) {