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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

