This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [RFC][patch] Work around for gold/10400 bug.


ppluzhnikov@google.com (Paul Pluzhnikov) writes:

> +      if (aa->address_range != bb->address_range
> +          && aa->eh_frame_p == 0 && bb->eh_frame_p == 0)
> +        /* Linker bug, e.g. gold/10400.
> +           Work around it by keeping stable sort order.  */
> +        return (char *) a - (char *) b;

This can overflow.

Andreas.

-- 
Andreas Schwab, schwab@redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84  5EC7 45C6 250E 6F00 984E
"And now for something completely different."


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