Bug 198840 - [launcher] double free bug in platform launcher shared library
Summary: [launcher] double free bug in platform launcher shared library
Status: RESOLVED DUPLICATE of bug 197385
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Framework (show other bugs)
Version: 3.3   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: equinox.framework-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-03 15:27 EDT by Ben Konrath CLA
Modified: 2007-08-13 11:16 EDT (History)
2 users (show)

See Also:


Attachments
patch to fix double free bug in platform launcher shared library (324 bytes, patch)
2007-08-03 15:27 EDT, Ben Konrath CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Konrath CLA 2007-08-03 15:27:42 EDT
Created attachment 75355 [details]
patch to fix double free bug in platform launcher shared library

SSIA. See attached patch for fix.
Comment 1 Thomas Watson CLA 2007-08-03 16:46:15 EDT
This looks like a dup of bug 197385.  Can you try the latest I-Build or 3.3.1 build?
Comment 2 Andrew Niefer CLA 2007-08-13 11:16:51 EDT
I don't see this patch actually changing anything since that is the last free of errorMsg.  exitData is freed lower down, which may have been pointing at the same memory, that was bug 197385.

Marking as a duplicate

*** This bug has been marked as a duplicate of bug 197385 ***