id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
2018	FTPFS: strcpy() is used for overlaping strings	andrew_b	andrew_b	"There is a following code in lib/vfs/mc-vfs/ftpfs.c file:

{{{
220         /* replace first occurance of "":/"" with "":"" */
221         if ((p = strchr (ret, ':')) && *(p + 1) == '/')
222             strcpy (p + 1, p + 2);
}}}

But strcpy() must not be used for overlaping objects.
"	defect	closed	major	4.7.1	mc-vfs	master	fixed						committed-master committed-stable
