This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Restore behavior of disabling address randomization by default on GDBserver
Hello,
> > Thanks for fixing this!
> >
> > This is OK, but please double-check the patch/commit, since it
> > seems to include the same hunk twice. Kind of looks like
> > the fix diff made it to the commit log?
>
> Oops yes, it's because I use "git commit -v" and managed to include that
> diff in the commit message by mistake.
>
> Pushed with that fixed.
Just a quick message to let you know that I cherry-picked the patch and
pushed it to gdb-8.2-branch. I think we wanted this to be fixed there,
right? And the patch looked sufficiently obvious to me that I went
ahead.
2018-08-26 Simon Marchi <simon.marchi@ericsson.com>
PR gdb/23374
PR gdb/23375
* server.h (struct client_state) <disable_randomization>:
Initialize to 1.
--
Joel