mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:25:47 +01:00
- Enlarged buffer to allow better debugging.
This commit is contained in:
parent
4c14a258fe
commit
08f3c30547
@ -434,7 +434,7 @@ int mpi_write_file( const char *p, const mpi *X, int radix, FILE *fout )
|
||||
int n, ret;
|
||||
size_t slen;
|
||||
size_t plen;
|
||||
char s[1024];
|
||||
char s[2048];
|
||||
|
||||
n = sizeof( s );
|
||||
memset( s, 0, n );
|
||||
|
Loading…
Reference in New Issue
Block a user