I notice two things quickly when I look that this patch..

#1 it is not in gerrit, that is an easy fix

#2 There is no boundary limits on the 'i' variable when loading the
previous history:
while(fgets(buffer, sizeof(buffer), histfp) != NULL)
 ..
  t_con->history[i++] = strdup(buffer);

> Hi,
> I would love this kind of feature. I spend alot of time copy&pasting as
> it is now.
>> https://github.com/ysat0/openocd/commit/2f07f4600a0da8206612d78c159bbe1171aa41c2

But the idea is great I believe.

Stian



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to