From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Christian Iseli Cc: egcs@cygnus.com Subject: Re: Small problem in cse Date: Fri, 17 Oct 1997 19:06:00 -0000 Message-id: <15683.877132861@hurl.cygnus.com> References: <199710172043.WAA24596@Rivendell.MiddleEarth.net> X-SW-Source: 1997-10/msg00768.html In message < 199710172043.WAA24596@Rivendell.MiddleEarth.net >you write: > I've received a segfault from cc1 due to a NULL dereference in cse.c. > The following trivial patch cures the problem. Yes, but _why_ is classp NULL? If classp isn't supposed to ever be NULL at this point in the code, then your patch will just fix the symptom instead of the real problem. I'm not rejecting the patch, but I'd like some more information before installing it. jeff