diff options
Diffstat (limited to 'libdwfl/ChangeLog')
-rw-r--r-- | libdwfl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog index 96251f0d..d875eabd 100644 --- a/libdwfl/ChangeLog +++ b/libdwfl/ChangeLog | |||
@@ -1,5 +1,9 @@ | |||
1 | 2021-12-08 Mark Wielaard <mark@klomp.org> | 1 | 2021-12-08 Mark Wielaard <mark@klomp.org> |
2 | 2 | ||
3 | * link_map.c (dwfl_link_map_report): Make sure phent != 0. | ||
4 | |||
5 | 2021-12-08 Mark Wielaard <mark@klomp.org> | ||
6 | |||
3 | * link_map.c (dwfl_link_map_report): Limit malloc size to max | 7 | * link_map.c (dwfl_link_map_report): Limit malloc size to max |
4 | possible. When converting make sure we don't exceed the number | 8 | possible. When converting make sure we don't exceed the number |
5 | of bytes available in either in.d_buf nor out.d_buf. | 9 | of bytes available in either in.d_buf nor out.d_buf. |