This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH-bfd] i386-mingw32-ld crash on x86_64 linux


Peter O'Gorman wrote:
> Later in the same function there is: if (strcmp (sec->name, in->n_name) ==
> 0)
> 
> So that would need to change to strncmp, with luck that is the only place
> that expects n_name to be null terminated.

  Ouch, looks like you've opened a can of worms here, I've spotted a couple
more already.  I'll have a good read through the file.

    cheers,
      DaveK


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