This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: patch to fix null-pointer failure in libjava/boehm.cc
- From: Tom Tromey <tromey at redhat dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 26 Mar 2005 14:49:31 -0700
- Subject: Re: patch to fix null-pointer failure in libjava/boehm.cc
- References: <4245C42C.8070200@bothner.com>
- Reply-to: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> I don't know if this is quite right. I don't know this code at all,
Per> and I'm curious if there was a reason for dereferencing field->u.addr
Per> twice in the original code.
I don't think there was.
Per> Is this appropriate for 4.0 - or perhaps 4.0.1?
I wrote a similar but different patch yesterday... I couldn't
reproduce this, though, so I was going to ask you to test it. Your
patch is fine, please check it in. It should definitely go in 4.0.
Tom