PATCH for uninitialized junk in .dynsym

Richard Henderson rth@cygnus.com
Thu Jul 1 00:00:00 GMT 1999


On Sun, Jun 13, 1999 at 08:29:45PM -0400, Ian Lance Taylor wrote:
>    > +  /* Remove the section from the output list.  */
>    > +  for (spp = &abfd->sections;
>    > +       *spp != section->output_section;
>    > +       spp = &(*spp)->next)
>    > +    ;
>    > +  *spp = section->output_section->next;
>    > +  --abfd->section_count;
> 
> ... In this case, there is no input section to pass it.

Certainly there is: `section'.  That's where `section->output_section'
comes from.


r~


More information about the Binutils mailing list