[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/5278] objdump SEGFAULT in _bfd_pe_print_private_bfd_data_c
From: |
hjl at lucon dot org |
Subject: |
[Bug binutils/5278] objdump SEGFAULT in _bfd_pe_print_private_bfd_data_common |
Date: |
11 Nov 2007 17:02:22 -0000 |
------- Additional Comments From hjl at lucon dot org 2007-11-11 17:02 -------
The problem is PE backed processes header data without checking if they
are valid. For example:
1476 fprintf (file,
1477 " %s\n", data + edt.name - adj);
in pe_print_edata. "edt.name - adj" is invalid here.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=5278
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.