From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Fernando Nasser Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA2] Follow-up decode_line_1 crash Date: Wed, 14 Mar 2001 10:29:00 -0000 Message-id: References: <3AAFAE14.98B1427D@redhat.com> X-SW-Source: 2001-03/msg00206.html > > Patch: > > [snip] I forgot to post the ChangeLog (which probably requires comments): 2001-03-14 Keith Seitz * linespec.c (decode_line_1): Skip argptr over a leading double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes. Keith