Files
heimdal/lib
Jeffrey Altman 19eae8b4a9 lib/hcrypto: BN_set_word return false if input 'bn' is NULL
If the input 'bn' is NULL then BN_bin2bn() will allocate and
return a BIGNUM which will then be leaked.   BN_set_word()
would then return true even though it didn't set the word
into a BIGNUM known to the caller.

Change-Id: I6681f548e6bfb330cec009ae7c18e6151016179e
2022-01-15 23:17:26 -05:00
..
2022-01-15 18:54:57 +11:00
2021-09-10 09:11:23 +10:00
2022-01-15 18:54:57 +11:00
2021-11-29 12:50:26 +11:00
2022-01-15 18:54:57 +11:00
2022-01-14 17:54:55 -06:00
2017-03-10 15:47:43 -05:00
2022-01-14 12:01:33 -06:00
2016-12-15 12:15:56 -06:00