------- Additional Comments From bje at sources dot redhat dot com  2006-03-29 
02:19 -------
I don't think this patch is correct.  The allocated d->data is not overrun by
the code in res_to_bin_accelerator:

      put_16 (big_endian,
              a->flags | (a->next != NULL ? 0 : ACC_LAST),
              d->data);
      put_16 (big_endian, a->key, d->data + 2);
      put_16 (big_endian, a->id, d->data + 4);
      put_16 (big_endian, 0, d->data + 6);

Are you sure this is where your observed crash is occuring?  Can you please post
a backtrace?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=1259

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to