-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
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
cupstestppd segfaults on some PPDs #1864
Comments
CUPS.org User: mike Fixed in Subversion repository. |
"cups-1.2.2-cupstestppd_filename.patch": --- cups-1.2.2/systemv/cupstestppd.c.orig 2006-07-25 18:43:43.000000000 +0200
|
"str1864.patch": Index: cupstestppd.c--- cupstestppd.c (revision 5771)
@@ -327,11 +327,11 @@
|
Version: 1.2.2
CUPS.org User: kssingvo.suse
There is a problem in cupstestppd, which causes segfaults. But we noticed this problem only on AMD64 and only rarely (a lot of tests are usually necessary).
The problem is that the late call of "check_basics(argv[i])", which uses "i". But "i" is used for a different counting there.
I'm going to attache a proposal for a patch.
The text was updated successfully, but these errors were encountered: