libdw/
fde.c (__libdw_find_fde): Change <fde != NULL> to likely. Return
DWARF_E_NO_MATCH if .eh_frame_hdr points to FDE which is too short for searched
PC.
Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>
diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index cc45d59..0d2d5f1 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -1,5 +1,11 @@
2012-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
+ * fde.c (__libdw_find_fde): Change <fde != NULL> to likely. Return
+ DWARF_E_NO_MATCH if .eh_frame_hdr points to FDE which is too short for
+ searched PC.
+
+2012-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
+
* dwarf_getlocation.c (__libdw_intern_expression) <cfap>: Make new
loclist element DW_OP_call_frame_cfa before decoding the opcodes.
Remove the later DW_OP_call_frame_cfa push to RESULT.