Bug 24111 - NTLM memory leak with XML and RSS feeds
Summary: NTLM memory leak with XML and RSS feeds
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 525.x (Safari 3.2)
Hardware: Mac OS X 10.5
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-23 18:14 PST by Matthew Gotth-Olsen
Modified: 2009-02-23 18:55 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Gotth-Olsen 2009-02-23 18:14:34 PST
This bug occurs in Webkit, but is exposed in Quartz Composer when downloading XML or RSS feeds which use NTLM authentication. Ports are opened to the webserver, and memory is allocated but is never properly closed, eventually crashing Quartz Composer.
Comment 1 Mark Rowe (bdash) 2009-02-23 18:54:18 PST
What makes you think there is a memory leak?  Does "leaks" report memory as being leaked, or does memory usage just increase?

NTLM authentication isn't handle by WebKit, so this probably isn't the right place for this bug report.
Comment 2 Matthew Gotth-Olsen 2009-02-23 18:55:27 PST
(In reply to comment #1)
> What makes you think there is a memory leak?  Does "leaks" report memory as
> being leaked, or does memory usage just increase?
> 
> NTLM authentication isn't handle by WebKit, so this probably isn't the right
> place for this bug report.
> 

Ah I may have misunderstood what was explained to me.