diff options
author | Tom Tromey <tom@tromey.com> | 2017-08-03 17:07:06 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-08-14 08:31:07 -0600 |
commit | f978cb06dbfbd93dbd52bd39d992f8644b0c639e (patch) | |
tree | 094f0fe74f05bd69cc6622369c3c40c8a1526ca7 /gdb/printcmd.c | |
parent | 2f5404b3581d125a96f14d92c4a7985e8156d1d6 (diff) | |
download | binutils-f978cb06dbfbd93dbd52bd39d992f8644b0c639e.zip binutils-f978cb06dbfbd93dbd52bd39d992f8644b0c639e.tar.gz binutils-f978cb06dbfbd93dbd52bd39d992f8644b0c639e.tar.bz2 |
Fix memory leak in add_symbol_file_command
I happened to notice that add_symbol_file_command leaks "sect_opts".
This patch fixes the leak by changing sect_opts to be a std::vector.
I had to change the logic in the loop a little bit. Previously, it
was incrementing section_index after completing an entry; but this
changes it to push a new entry when the name is seen.
I believe the argument parsing here is mildly incorrect, in that
nothing checks whether the -s option actually had any arguments.
Maybe gdb can crash if "-s NAME" is given without an argument. I
didn't try to fix this in this patch, but I do have another patch I
can send later that fixes it up.
Regression tested on the buildbot.
ChangeLog
2017-08-11 Tom Tromey <tom@tromey.com>
* symfile.c (add_symbol_file_command): Use std::vector.
Diffstat (limited to 'gdb/printcmd.c')
0 files changed, 0 insertions, 0 deletions