Hi,

Could someone confirm if there is a memory leak inside Tspi_Key_CertifyKey?
 Valgrind has picked up that the CertifyInfo structure is not being freed.
Here is the offending call in tspi_certify.c

109   /* XXX free CertifyInfo */
110   *if *((result = TCS_API(tspContext)->CertifyKey(
tspContext, certifyTCSKeyHandle,
111                   keyTCSKeyHandle, &antiReplay, pCertAuth,
112                   pKeyAuth, &CertifyInfoSize, &CertifyInfo,
113                   &outDataSize, &outData)))
114     *return *result;

There is also a comment that seems to mention it as an issue.  Is there any
particular reason it's not being freed?

Thanks
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
TrouSerS-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/trousers-users

Reply via email to