Re: PR/60346 CVS commit: src/usr.bin/ftp
"Michael van Elst via gnats" <[email protected]>
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR bin/60346; it has been noted by GNATS. From: [email protected] (Michael van Elst) To: [email protected] Cc: Subject: Re: PR/60346 CVS commit: src/usr.bin/ftp Date: Wed, 8 Jul 2026 16:16:59 -0000 (UTC) [email protected] ("Patrick Welche via gnats") writes: > I have started seeing segmentation faults - maybe related? > > Easiest is the reproducer: > > gdb `which ftp` > run https://github.com/openmm/openmm/archive/8.5.2.tar.gz Silly bug (of mine) like: p = malloc(); p += advance; free(p); Please cvs up.