NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/54574: usr.bin/make/parse.c $Id: 1.231 drops core on NetBSD-5.2 in realpath(3)



The following reply was made to PR toolchain/54574; it has been noted by GNATS.

From: Brian Buhrow <buhrow%nfbcal.org@localhost>
To: gnats-bugs%netbsd.org@localhost, sjg%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
        netbsd-bugs%netbsd.org@localhost
Cc: buhrow%nfbcal.org@localhost
Subject: Re: bin/54574: usr.bin/make/parse.c $Id: 1.231 drops core on NetBSD-5.2 in realpath(3)
Date: Thu, 26 Sep 2019 11:53:29 -0700

 	hello Simon.  Unfortunately, your patch doesn't fix the problem.
 After your patch, nbmake (make) core dumps when it calls vfprint() in the
 same function.
 Further testing shows that parse.c, versions up to 1.230 work fine, but versions
 1.231 and 1.232 fail.  I tried looking at the failure after your patch, but
 couldn't figure out why the call to vfprint failed since it looks like that
 call exists before your patches went into the file.  I think it has
 something to do with the cp variable, but I didn't have time to look
 further into it.
 	If you want me to try a different patch, let me know.
 -thanks
 -Brian
 


Home | Main Index | Thread Index | Old Index