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: [RFC] Python Finish Breakpoints


> > I've checked in a fix in HEAD. Tested on x86_64-linux without any
> > regression. Not sure if we'll want it for the 7.4 branch or not.
> 
> Thanks for this fix,
> Just out of curiosity, why wouldn't we want it for the 7.4 branch?

I should say first that I haven't rejected the fix for the branch.
One thing to consider, however, is the fact that this patch does
not actually fix a problem. With a buffer of 100 characters, I don't
see how we could overflow.  On the other hand, it seems pretty
straightforward and could add an extra guard. You never know.

-- 
Joel


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