mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-14 20:27:43 +00:00
Merge pull request #1478 from zq301/patch-11
a memory overflow in shell-vars.c
This commit is contained in:
@@ -90,7 +90,7 @@ PROCESS_THREAD(shell_var_process, ev, data)
|
||||
{
|
||||
int i;
|
||||
int j;
|
||||
char numbuf[32];
|
||||
char numbuf[40];
|
||||
|
||||
PROCESS_BEGIN();
|
||||
|
||||
|
Reference in New Issue
Block a user