Closed
Bug 211116
Opened 22 years ago
Closed 22 years ago
plugins leak an acrobat hkey
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
|
5.06 KB,
patch
|
peterlubczynski-bugs
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
this might not be reproducable for everyone, but the leak is verfiyable by
inspection and if someone really cares i could write an xpcshell script to
demonstrate it.
anyway, i ran mozilla and then ran process explorer (sysinternals.com)
It showed that mozilla had this key open:
HKLM\SOFTWARE\Adobe\Acrobat Reader\5.0\InstallPath
For this bug, I really only want to fix the win32 api errors and not the string
handling.
Attachment #126763 -
Flags: superreview?(roc+moz)
Attachment #126763 -
Flags: review?(peterlubczynski)
Updated•22 years ago
|
Attachment #126763 -
Flags: review?(peterlubczynski) → review+
Comment on attachment 126763 [details] [diff] [review]
match RegOpenKeyEx/RegCloseKey
+ PL_strcpy(curKey + sizeof("software\\Adobe\\"), "Adobe Acrobat");
This optimization is worthless. drop it. With that, sr=roc+moz
Attachment #126763 -
Flags: superreview?(roc+moz) → superreview+
checked in
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•