This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bootstrap error on x86-linux, fixincl segfault + fix


"Kaveh R. Ghazi" wrote:
>  > > -  if ((*pz_machine == '\0') || (*pz_machine == '*'))
>  > > +  if (pz_machine && ((*pz_machine == '\0') || (*pz_machine == '*')))
>  > >      pz_machine = (char*)NULL;

> Looks like Jason already got it.

Yes.  Thanks, both of you.  My box does not seg fault
on page zero :-(.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]