-
In the file routing.c , in the function set_route
request variable is declared as double pointer and then without alloting the memory for the pointer to the array it started intialising it..
char **request;
for (j = 0; j < 10; j++)
request[j] = (char *) malloc (128 * sizeof(char));
request[0] = "net";
request[1] = dest;
request[2] = "gw";
request[3] = gw;...
2007-06-21 10:56:31 UTC by nobody
-
stateradu committed patchset 2 of module Yenca_Docs to the YENCA CVS repository, changing 12 files.
2004-05-27 07:32:12 UTC by stateradu
-
stateradu committed patchset 1 of module Yenca_Docs to the YENCA CVS repository, changing 12 files.
2004-05-27 07:32:12 UTC by stateradu
-
stateradu committed patchset 2 of module Yenca_Agent to the YENCA CVS repository, changing 60 files.
2004-05-27 07:31:38 UTC by stateradu
-
stateradu committed patchset 1 of module Yenca_Agent to the YENCA CVS repository, changing 60 files.
2004-05-27 07:31:38 UTC by stateradu
-
stateradu committed patchset 2 of module Yenca_Manager to the YENCA CVS repository, changing 10 files.
2004-05-27 07:30:53 UTC by stateradu
-
stateradu committed patchset 1 of module Yenca_Manager to the YENCA CVS repository, changing 10 files.
2004-05-27 07:30:53 UTC by stateradu
-
Anonymous committed patchset 1 of module CVSROOT to the YENCA CVS repository, changing 11 files.
2004-05-04 14:12:36 UTC by nobody
-
registered the YENCA project.
2004-04-28 14:15:12 UTC by