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]

Re: [PATCH v2] solib_target_free_so memory leak


>>>>> "Hannes" == Hannes Domani via gdb-patches <gdb-patches@sourceware.org> writes:

Hannes> gdb/ChangeLog:
Hannes> 2019-12-27  Hannes Domani  <ssbssa@yahoo.de>

Hannes> 	* solib-target.c (struct lm_info_target):
Hannes> 	Change offsets to be a unique_xmalloc_ptr.
Hannes> 	(solib_target_relocate_section_addresses): Update.

Thank you.

Hannes> +      li->offsets.reset((struct section_offsets *)

Needs a space before that first open paren.

Hannes> +						    li->offsets.get(),

Likewise.

This is ok with those changes.

Tom


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