This is the mail archive of the gdb-prs@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]

[Bug gdb/17210] New: read_memory_robust can leak memory


https://sourceware.org/bugzilla/show_bug.cgi?id=17210

            Bug ID: 17210
           Summary: read_memory_robust can leak memory
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at redhat dot com

read_memory_robust invokes QUIT but doesn't install
any cleanups for objects it allocates.
Also it seems that "buffer" could be leaked if target_read
throws.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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