mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-04 15:39:53 +00:00
- Fixed buffer overrun because of SHA-512
This commit is contained in:
parent
3a3c3c2a55
commit
5a0aa77564
@ -57,7 +57,7 @@ int main( void )
|
||||
{
|
||||
int keysize;
|
||||
unsigned long i, j, tsc;
|
||||
unsigned char tmp[32];
|
||||
unsigned char tmp[64];
|
||||
#if defined(POLARSSL_ARC4_C)
|
||||
arc4_context arc4;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user