Closed
Bug 75726
Opened 24 years ago
Closed 24 years ago
callers of SetSpec() should be creating the URL's through nsIIOService
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: jud, Assigned: jud)
Details
Attachments
(4 files)
1.58 KB,
patch
|
Details | Diff | Splinter Review | |
3.50 KB,
patch
|
Details | Diff | Splinter Review | |
3.35 KB,
patch
|
Details | Diff | Splinter Review | |
10.81 KB,
patch
|
Details | Diff | Splinter Review |
manual component manager creation of urls creates a loophole by which users can
obtain a url impl that is not capable of parsing the passed in string.
usage like
CreateInstance(stdURL_CID, &url);
url->SetSpec() can cause problems.
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
Assignee | ||
Comment 3•24 years ago
|
||
Assignee | ||
Comment 4•24 years ago
|
||
Assignee | ||
Comment 5•24 years ago
|
||
invalidating. could introduce more problems.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•