Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 66251
Collapse All | Expand All

(-)./ncompress-4.2.4/compress42.c (-1 / +2 lines)
Lines 883-889 Link Here
883
		int		fdout;
883
		int		fdout;
884
		char	tempname[MAXPATHLEN];
884
		char	tempname[MAXPATHLEN];
885
885
886
		strcpy(tempname,*fileptr);
886
		strncpy(tempname,*fileptr, sizeof(tempname));
887
		tempname[sizeof(tempname)-1] = '\0';
887
		errno = 0;
888
		errno = 0;
888
889
889
#ifdef	LSTAT
890
#ifdef	LSTAT

Return to bug 66251