This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] Fix a few leaks found by Coverity


This fixes a few leaks found by Coverity Scan.

Pedro Alves (3):
  Fix leak in mdebugread.c
  Fix leak in solib-target.c:library_list_start_library
  Fix tracepoint.c:parse_tracepoint_definition leak (and one more)

 gdb/breakpoint.c      |  6 +++---
 gdb/ctf.c             | 30 +++++++++++++++++-------------
 gdb/mdebugread.c      | 23 ++++++++++++++---------
 gdb/solib-target.c    |  3 +--
 gdb/tracefile-tfile.c | 21 +++++++++++----------
 gdb/tracepoint.c      | 24 +++++++++++++-----------
 gdb/tracepoint.h      | 12 ++++++------
 7 files changed, 65 insertions(+), 54 deletions(-)

-- 
2.14.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]