RootCauseunvalidated

src/ftp.c around the relative-path normalization branch. Tension: buffer size is based on `strlen(u->dir)` while the actual write is `strcpy(p, target)`. Outcome: confirmed the buffer size is based on `strlen(u->dir)` while the actual write is `strcpy(p, target).

e7c1a9d0-be92-4b64-8071-4c3a2558a315

src/ftp.c around the relative-path normalization branch. Tension: buffer size is based on strlen(u->dir) while the actual write is strcpy(p, target). Outcome: confirmed the buffer size is based on strlen(u->dir) while the actual write is `strcpy(p, target).