We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bee6ae commit 407dbc2Copy full SHA for 407dbc2
benchmark/main.cpp
@@ -213,7 +213,8 @@ void ecp_clear_precomputed(mbedtls_ecp_group *grp)
213
214
static unsigned char buf[BUFSIZE];
215
static unsigned char tmp[200];
216
-static char err_buf[200];
+/* The longest error message has 134 characters (including \0) */
217
+static char err_buf[134];
218
static char title[TITLE_LEN];
219
220
static volatile int alarmed;
0 commit comments