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 guile/17008] New: gdbscm_parse_function_args could allocate space for results on GC heap instead of malloc heap


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

            Bug ID: 17008
           Summary: gdbscm_parse_function_args could allocate space for
                    results on GC heap instead of malloc heap
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: minor
          Priority: P2
         Component: guile
          Assignee: unassigned at sourceware dot org
          Reporter: xdje42 at gmail dot com

gdbscm_parse_function_args allocates space for things like string arguments on
the malloc heap.  It might be preferable to allocate space on the GC heap.

-- 
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]