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