You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file scheduler/ipp.c, function print_job CheckJobs is called. This function can call StartJob and StartJob calls CancelJob if the job cannot be printed. CancelJob frees the memory for the job depending on the preserve-jobs-setting. But print_job uses its old pointer to the job to access information about the job causing a SIGSEGV or strange things to happen.
The text was updated successfully, but these errors were encountered:
Version: 1.1.19
CUPS.org User: wolfram.joost.dak
In file scheduler/ipp.c, function print_job CheckJobs is called. This function can call StartJob and StartJob calls CancelJob if the job cannot be printed. CancelJob frees the memory for the job depending on the preserve-jobs-setting. But print_job uses its old pointer to the job to access information about the job causing a SIGSEGV or strange things to happen.
The text was updated successfully, but these errors were encountered: