On 01/07/2013 12:38 PM, Nickolai Zeldovich wrote: > memcpy() for overlapping regions is undefined behavior; use memmove() > instead in readline_hist_add(). > > Signed-off-by: Nickolai Zeldovich <nicko...@csail.mit.edu> > --- > readline.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
This probably should go in via trivial... Reviewed-by: Richard Henderson <r...@twiddle.net> r~