Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 312753 Details for
Bug 433847
CVE-2008-0597 cups: dereference of free'd memory handling IPP browse requests
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch as used in Red Hat Enterprise Linux 4 CUPS packages based on upstream 1.1.22rc1
cups-CVE-2008-0597.patch (text/plain), 823 bytes, created by
Tomas Hoger
on 2008-07-28 07:05:47 UTC
(
hide
)
Description:
Patch as used in Red Hat Enterprise Linux 4 CUPS packages based on upstream 1.1.22rc1
Filename:
MIME Type:
Creator:
Tomas Hoger
Created:
2008-07-28 07:05:47 UTC
Size:
823 bytes
patch
obsolete
>diff -up cups-1.1.22rc1/scheduler/dirsvc.c.CVE-2008-0597 cups-1.1.22rc1/scheduler/dirsvc.c >--- cups-1.1.22rc1/scheduler/dirsvc.c.CVE-2008-0597 2008-02-21 18:39:19.000000000 +0000 >+++ cups-1.1.22rc1/scheduler/dirsvc.c 2008-02-21 18:41:53.000000000 +0000 >@@ -614,9 +614,17 @@ SendBrowseList(void) > { > if (p->browse_time < to) > { >+ printer_t *check; > LogMessage(L_INFO, "Remote destination \"%s\" has timed out; deleting it...", > p->name); > DeletePrinter(p, 1); >+ for (check = Printers; check != NULL; check = check->next) >+ if (check == np) >+ break; >+ if (check == NULL) >+ /* The next entry was a class that's been removed as a result >+ * of timing out this printer. Stop here. */ >+ break; > } > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 433847
: 312753