Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit fc81628

Browse files
committed
declare buffer with RSA_BLOCK_SIZE_BYTES
1 parent 7c930c6 commit fc81628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLR/Tools/MetaDataProcessor/MetaDataProcessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ struct Settings : CLR_RT_ParseOptions
15711571
{
15721572
TINYCLR_HEADER();
15731573

1574-
CLR_RT_Buffer buf;
1574+
CLR_RT_Buffer buf(RSA_BLOCK_SIZE_BYTES);
15751575
RSAKey privateKey;
15761576
CLR_RT_Buffer signature(RSA_BLOCK_SIZE_BYTES);
15771577

0 commit comments

Comments
 (0)