We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 1.1.23 CUPS.org User: kssingvo.suse
We got a broken PPD, where cupstestppd segfaults:
cupstestppd /tmp/CLP-510splc.ppd /tmp/CLP-510splc.ppd: FAIL FAIL REQUIRED DefaultImageableArea REF: Page 102, section 5.15. Segmentation fault
Attached is broken PPD
The text was updated successfully, but these errors were encountered:
CUPS.org User: kssingvo.suse
Attached is a suggested fix (trivial one :-)
Sorry, something went wrong.
CUPS.org User: mike
Fixed in Subversion repository.
"cups-1.1.23-cupstestppd.patch":
--- cups-1.1.23/systemv/cupstestppd.c.orig 2005-09-12 15:04:52.000000000 +0200 +++ cups-1.1.23/systemv/cupstestppd.c 2005-09-12 15:09:48.000000000 +0200 @@ -340,7 +340,7 @@ puts(" PASS DefaultImageableArea"); }
if (ppdFindAttr(ppd, "DefaultPaperDimension", NULL) == NULL)
if ((attr = ppdFindAttr(ppd, "DefaultPaperDimension", NULL)) == NULL)
No branches or pull requests
Version: 1.1.23
CUPS.org User: kssingvo.suse
We got a broken PPD, where cupstestppd segfaults:
Attached is broken PPD
The text was updated successfully, but these errors were encountered: