mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
- Fixed buffer overrun because of SHA-512
This commit is contained in:
parent
3a3c3c2a55
commit
5a0aa77564
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ int main( void )
|
||||||
{
|
{
|
||||||
int keysize;
|
int keysize;
|
||||||
unsigned long i, j, tsc;
|
unsigned long i, j, tsc;
|
||||||
unsigned char tmp[32];
|
unsigned char tmp[64];
|
||||||
#if defined(POLARSSL_ARC4_C)
|
#if defined(POLARSSL_ARC4_C)
|
||||||
arc4_context arc4;
|
arc4_context arc4;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue