This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
pushed: [RFA/commit] Uninitialize variable "this_id" in frame.c:get_prev_frame_1.
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Date: Fri, 6 Dec 2013 08:54:09 +0400
- Subject: pushed: [RFA/commit] Uninitialize variable "this_id" in frame.c:get_prev_frame_1.
- Authentication-results: sourceware.org; auth=none
- References: <1386261927-23825-1-git-send-email-brobecker at adacore dot com> <52A0E12D dot 80209 at redhat dot com>
> > gdb/ChangeLog:
> >
> > * frame.c (get_prev_frame_1): Delete variable "this_id".
> > Replace its use by a call to get_frame_id.
>
> Thanks, this is definitely OK.
Thanks! The patch is now in. I fixed a missing 'd' in "Uninitialized",
and changed also the text to say that the removal was not intentional
(instead of "may not have been").
--
Joel