This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH master/7.12] Fix heap-buffer-overflow in explicit_location_lex_one
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Mon, 15 Aug 2016 12:34:21 +0100
- Subject: Re: [PATCH master/7.12] Fix heap-buffer-overflow in explicit_location_lex_one
- Authentication-results: sourceware.org; auth=none
- References: <1471005890-24205-1-git-send-email-yao.qi@linaro.org> <57ADFBD5.5060507@redhat.com>
On Fri, Aug 12, 2016 at 5:39 PM, Keith Seitz <keiths@redhat.com> wrote:
> While your patch alters the behavior ever so slightly (originally, it
> was meant to skip over "operator," -- now it skips over "operator" and
> the next char), I don't think that it will impact what this code
> actually does. It looks good to me.
>
Thanks for the review, Keith. Patch is pushed into master and 7.12.
--
Yao (齐尧)