Files
heimdal/lib
Jeffrey Altman b3f29170a3 hcrypto: w32crypto crypt provider handle leak
_hc_CryptProvider() returns a global handle to a Win32 Crypt Provider.
If the global handle is NULL, then a handle is allocated.  Unfortunately,
due to a coding mistake the global handle variable, g_cryptprovider, was
never set and a new handle was allocated with each call.

Refactor the function to ensure that the global handle is the value
that is returned.  Use NULL instead of 0 for pointer assignment.

Change-Id: If1ef3aa19cbd1d51860370db24c086e86922ff0d
2014-12-24 15:49:31 -05:00
..
2014-08-22 20:57:24 -07:00
2014-04-25 02:42:17 +02:00
2014-08-22 21:25:01 -07:00
2014-08-22 20:57:24 -07:00
2014-04-25 02:42:17 +02:00
2014-12-01 15:41:12 -08:00
x
2014-02-16 09:15:26 -08:00
2014-02-04 23:20:13 -05:00
2014-08-22 21:23:30 -07:00
2014-04-25 02:42:17 +02:00
2014-02-18 08:34:32 -08:00
2012-06-20 19:32:08 -05:00