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] testsuite: Avoid a buffer overrun in `gdb.base/maint.exp'


On 10/28/2016 02:33 PM, Maciej W. Rozycki wrote:

>> but came up with a different fix.  This one does not require growing
>> the buffer dynamically.  We instead parse output as is comes, with
>> exp_continue, which should fix the problem for good.
>>
>> WDYT?
> 
>  It works for me and should put less stress on Expect.  Thanks!

Alright, now pushed.

Thanks,
Pedro Alves


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