[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/1259] windres does crash while converting res to coff
From: |
bje at sources dot redhat dot com |
Subject: |
[Bug binutils/1259] windres does crash while converting res to coff |
Date: |
29 Mar 2006 02:19:37 -0000 |
------- 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/1259] windres does crash while converting res to coff,
bje at sources dot redhat dot com <=