diff options
author | Nick Clifton <nickc@redhat.com> | 2022-05-03 11:40:41 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-05-03 11:41:45 +0100 |
commit | 46465574a925062ba7dfa72f49ba5199d7a39fc3 (patch) | |
tree | c076ede8e01796d3fe214ab8c6bd55e1336ca76c /ld/ChangeLog | |
parent | 4bb461e42c556fc9804937f70e3f2fc1534732d2 (diff) | |
download | gdb-46465574a925062ba7dfa72f49ba5199d7a39fc3.zip gdb-46465574a925062ba7dfa72f49ba5199d7a39fc3.tar.gz gdb-46465574a925062ba7dfa72f49ba5199d7a39fc3.tar.bz2 |
Fix potential arithmetic overflow in the linker's plugin handling code.
PR 29101
* libdep_plugin.c (get_libdeps): Check for overflow when computing
amount of memory to allocate.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a094af9..7b9fdc8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2022-05-03 Nick Clifton <nickc@redhat.com> + + PR 29101 + * libdep_plugin.c (get_libdeps): Check for overflow when computing + amount of memory to allocate. + 2022-04-27 Nick Clifton <nickc@redhat.com> PR 29006 |