Skip to content

Commit 896bd62

Browse files
committed
Changes to be committed:
Updated for release, all changes shown. modified: ChangeLog
1 parent eae750b commit 896bd62

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

ChangeLog

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,79 @@
1+
2025-07-17: David Anderson
2+
commit eae750bf66c1b4cb787cfb061a116ba6dbe748d9
3+
4+
July 20 is now official.
5+
modified: doc/libdwarf.dox
6+
7+
2025-07-17: David Anderson
8+
commit 8457e97f361f2aab5a539480a5bcd9fc39139587
9+
10+
Release date and documentation now set 20 July 2025
11+
modified: README.md
12+
modified: doc/libdwarf.dox
13+
14+
2025-07-16: David Anderson
15+
commit fa54975b6a94425f61a0e5c3cf502d871b37827c
16+
17+
coverity scan CID 531843 is a false positive.
18+
There is no real problem though the scan says
19+
overflow is possible in the arithmetic.
20+
The analysis is wrong.
21+
modified: ../../lib/libdwarf/dwarf_elfread.c
22+
23+
2025-07-16: David Anderson
24+
commit 7cff033f87b3458d75cf8aad3da40e81d345cb35
25+
26+
Changes to be committed:
27+
Coverity scan CID 531838. Mem leak.
28+
Free the block h points to here too.
29+
modified: src/lib/libdwarf/dwarf_dsc.c
30+
31+
2025-07-15: David Anderson
32+
commit fa68586b0a310180d2bde8ea9ed8c091c694a12d
33+
34+
Changes to be committed:
35+
Removed duplicate check for level == 0
36+
as coverity scan emitted a warning.
37+
modified: src/bin/dwarfgen/ireptodbg.cc
38+
39+
2025-07-15: David Anderson
40+
commit 140d08c5238be21aeb754426dfd79270c8bd26d1
41+
42+
Fixing Coverity Scan CID 591830, 531842 531840.
43+
Update so DW_DLA_MACRO_CONTEXT
44+
has zero for a destruct
45+
This revision allows coverity to understand
46+
there is no leak.
47+
modified: dwarf_alloc.c
48+
modified: dwarf_debugnames.c
49+
modified: dwarf_errmsg_list.h
50+
51+
ensure the necessary free done in
52+
dwarf_dealloc_macro_context().
53+
Remove source and refs to _dwarf_dealloc_macro_context().
54+
modified: dwarf_macro5.c
55+
modified: dwarf_macro5.h
56+
modified: libdwarf.h
57+
58+
2025-07-07: David Anderson
59+
commit 77064325bb007dfd1b2415ef0496766c27ca01c1
60+
61+
Corrected typos and spelling inconsistencies.
62+
modified: doc/libdwarf.dox
63+
64+
2025-07-07: David Anderson
65+
commit 89e17f52904a70667c964aeada57eac9d5955971
66+
67+
A handful of the corrections to Macos were
68+
wrong. Now fully consistent.
69+
modified: src/lib/libdwarf/libdwarf.h
70+
71+
2025-07-07: David Anderson
72+
commit 605cd1e71cef7a859a2d4ac5914d120292c19030
73+
74+
Up to date.
75+
modified: ChangeLog
76+
177
2025-07-07: David Anderson
278
commit 46d7f5cf651bf010c5f71e061ae4a62d73e461b0
379

0 commit comments

Comments
 (0)