Share

ELFIO

Code

Programming Languages: C++

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@elfio.cvs.sourceforge.net:/cvsroot/elfio login

cvs -z3 -d:pserver:anonymous@elfio.cvs.sourceforge.net:/cvsroot/elfio co -P modulename

Show:

What's happening?

  • Memory leaks with bad filepath to ELFIO_Err ELFI::Load(...)

    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

Our Numbers