Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bn2binpad: Use memset as the buffer will be used later
Apparently using OPENSSL_cleanse() confuses the fuzzer so it makes the buffer to appear uninitialized. And memset can be safely used here and it is also potentially faster. Fixes openssl#17237 Reviewed-by: Bernd Edlinger <[email protected]> (Merged from openssl#17240)
- Loading branch information