mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Fix for new report in wc_BerToDer
with uninitialized derSz
.
This commit is contained in:
@ -19313,7 +19313,7 @@ int berder_test(void)
|
||||
{
|
||||
int ret;
|
||||
int i;
|
||||
word32 len, l;
|
||||
word32 len = 0, l;
|
||||
byte out[32];
|
||||
static const byte good1_in[] = { 0x30, 0x80, 0x00, 0x00 };
|
||||
static const byte good1_out[] = { 0x30, 0x00 };
|
||||
|
Reference in New Issue
Block a user