in gzip.c
the line:
strcpy(nbuf,dir);
should maybe be replaced with:
strncpy(nbuf, dir,sizeof(nbuf));
--_
anders gjære
system engineer
+47 414 22 934
in gzip.c
the line:
strcpy(nbuf,dir);
should maybe be replaced with:
strncpy(nbuf, dir,sizeof(nbuf));
--_
anders gjære
system engineer
+47 414 22 934