From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 26 Sep 1996 12:20:51 -0400 From: Scott Schwartz schwartz@galapagos.cse.psu.edu Subject: ftpfs bug Topicbox-Message-UUID: 4d9f914c-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960926162051.3LQRRZzeQ5zCB9_ieFrjpp5sOnlwiWwlM3Evv1ZKXjY@z> In proto.c:/passive the first call to snprint writes to msg from strings that point into msg. (This usually went unnoticed because most ftp servers put a bunch of random text ahead of the bits we need to read, so it could be overwritten without catastrophe.) Suggested fix: write the dial string to a different array.