Skip to content
Snippets Groups Projects
Commit 1554d018 authored by Georges Da Costa's avatar Georges Da Costa
Browse files

Corrects a bug on network layer init

parent 384bc000
No related branches found
No related tags found
1 merge request!12Libmoj
......@@ -117,7 +117,7 @@ unsigned int init_network(char *dev, void **ptr)
exit(1);
}
char buffer[1000];
char buffer[1000] = {0};
/* skip first line */
char *s = buffer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment