diff options
author | Alan Modra <amodra@gmail.com> | 2020-04-14 09:51:44 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-04-14 23:39:05 +0930 |
commit | 645f43a80c63c4116ddfe1e0371746a9418e823c (patch) | |
tree | 800b7e18431e28996273548a52aa8df6ce9e9fe8 /binutils/ChangeLog | |
parent | fa1477dc34e6ce19b90ff0171074c295133730a3 (diff) | |
download | gdb-645f43a80c63c4116ddfe1e0371746a9418e823c.zip gdb-645f43a80c63c4116ddfe1e0371746a9418e823c.tar.gz gdb-645f43a80c63c4116ddfe1e0371746a9418e823c.tar.bz2 |
readelf memory leaks processing mips
* readelf.c (process_mips_specific): Free eopt and iopt. Avoid
possibility of overflow when checking number of conflicts.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c5d0355..33ca3e9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-04-14 Alan Modra <amodra@gmail.com> + + * readelf.c (process_mips_specific): Free eopt and iopt. Avoid + possibility of overflow when checking number of conflicts. + 2020-04-14 H.J. Lu <hongjiu.lu@intel.com> PR binutils/25707 |