Bug 500859

Summary: IPP_TAG_DELETEATTR double-free crash
Product: [Fedora] Fedora Reporter: Tim Waugh <twaugh>
Component: cupsAssignee: Tim Waugh <twaugh>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-06-01 15:40:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 446451    

Description Tim Waugh 2009-05-14 15:13:12 UTC
Description of problem:
cupsd can be crashed easily.

Version-Release number of selected component (if applicable):
cups-1.4-0.b2.16

How reproducible:
100%

Steps to Reproduce:
python -c 'import cups; cups.Connection().deletePrinterOptionDefault("foo","media")'

Actual results:
cups.IPPError: (1282, 'server-error-service-unavailable')
and 'lpstat -s' shows the scheduler is no longer running.

Expected results:
Scheduler still running.

Comment 1 Tim Waugh 2009-05-14 15:28:49 UTC
https://fedorahosted.org/rel-eng/ticket/1813