Re: Reimplementation of CryptAcquireContextA

2004-07-19 Thread Michael Jung
Am Montag, 19. Juli 2004 02:47 schrieb Robert Shearman: > Michael Jung wrote: > >Hello, > > > >The original CryptAcquireContextA had some issues with memory management > >in failure conditions, resulting in heap corruption under certain > >cirumstances. I've reimplemented this function, checking be

Re: Reimplementation of CryptAcquireContextA

2004-07-19 Thread Michael Jung
Am Montag, 19. Juli 2004 02:47 schrieb Robert Shearman: > Michael Jung wrote: > >Hello, > > > >The original CryptAcquireContextA had some issues with memory management > >in failure conditions, resulting in heap corruption under certain > >cirumstances. I've reimplemented this function, checking be

Re: Reimplementation of CryptAcquireContextA

2004-07-18 Thread Robert Shearman
Michael Jung wrote: Hello, The original CryptAcquireContextA had some issues with memory management in failure conditions, resulting in heap corruption under certain cirumstances. I've reimplemented this function, checking behaviour against Windows XP Prof. There is also a unit test included in the