[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

buffer overflow in /bin/gzip?



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 



Reply to: