Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 178881 Details for
Bug 325294
[launcher] DLL hijacking exploit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Potential fix v01
patch.txt (text/plain), 774 bytes, created by
John Arthorne
on 2010-09-14 16:50:01 EDT
(
hide
)
Description:
Potential fix v01
Filename:
MIME Type:
Creator:
John Arthorne
Created:
2010-09-14 16:50:01 EDT
Size:
774 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.equinox.executable >Index: library/eclipseMain.c >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.executable/library/eclipseMain.c,v >retrieving revision 1.29 >diff -u -r1.29 eclipseMain.c >--- library/eclipseMain.c 17 Aug 2010 19:44:52 -0000 1.29 >+++ library/eclipseMain.c 14 Sep 2010 20:49:42 -0000 >@@ -397,7 +397,7 @@ > struct _stat stats; > > if (library != NULL) { >- path = checkPath(library, programDir, 0); >+ path = checkPath(library, programDir, 1); > if (_tstat(path, &stats) == 0 && (stats.st_mode & S_IFDIR) != 0) > { > /* directory, find the highest version eclipse_* library */
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 325294
:
178881
|
179323