-
Hello.
If an invalid filepath is passed to ELFIO_Err ELFI::Load( const std::string& sFileName ) as in the code snippet below, the destructor does not release all memory.
IELFI * pReader = 0;
ELFIO::GetInstance()->CreateELFI(&pReader);
CString filename;
filename = "C:\\Toolkit\\Backend.dxe";
pReader->Load((std::string)filename);
This is because the function below bails out without...
2009-09-09 21:45:06 UTC by shossain
-
Very nice resource - thank you.
[URL=http://benicar.schadez.info]benicar[/URL] benicar [URL=http://bobs-discount-furniture.schadez.info]bobs discount furniture[/URL] bobs discount furniture <a href="http://calico-corners.schadez.info">calico corners</a> calico corners <a href="http://carquest.schadez.info">carquest</a> carquest...
2009-05-10 10:28:17 UTC by nobody
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2007-09-11 02:20:04 UTC by sf-robot
-
I prefer to keep the issue open until your API will support further analysis features. Which interfaces will be required to improve the software development situation?.
2007-08-28 10:17:43 UTC by elfring
-
laorans committed patchset 160 of module ELFIO to the ELFIO CVS repository, changing 53 files.
2007-08-28 07:44:17 UTC by laorans
-
Thank you for providing the patch file. It can be used as a workaround until full support for 64-bit is ready.
Thank you,
Serge.
2007-08-27 13:42:15 UTC by to_serge
-
Thank you for the good ideas. Currently these topics are out of the scope of the library functionality, but yes, I think that some high level queries can be added in future.
2007-08-27 13:36:09 UTC by to_serge
-
The attached file patches ELFIO-1.0.3/ELFIO/Makefile.am so that your able to create shared objects on amd64.
2007-05-09 20:58:23 UTC by davemorris2
-
Would you like to provide higher lever utility classes in your library?
1. How do you think about the ideas from the discussion "Analysis of exports and imports by executable files"?
http://groups.google.de/group/comp.unix.programmer/browse_frm/thread/db8e902ed78fcee0
2. Can your software help in a solution for the topic "Modules linked against too many libraries" to find any unused...
2006-12-29 13:46:52 UTC by elfring
-
to_serge committed patchset 159 of module ELFIO to the ELFIO CVS repository, changing 14 files.
2005-11-05 23:10:31 UTC by to_serge