NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PR/60346 CVS commit: src/usr.bin/ftp
The following reply was made to PR bin/60346; it has been noted by GNATS.
From: mlelstv%serpens.de@localhost (Michael van Elst)
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: PR/60346 CVS commit: src/usr.bin/ftp
Date: Wed, 8 Jul 2026 16:16:59 -0000 (UTC)
gnats-admin%NetBSD.org@localhost ("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.
Home |
Main Index |
Thread Index |
Old Index