[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: amazing software rot
- To: Brian <http://www.cs..edu/~b>
- Subject: Re: amazing software rot
- From: Robert <http://dummy.us.eu.org/robert>
- Date: Tue, 27 Dec 2016 08:20:42 -0800
- Keywords: ifile: nonspam -1500.61552000 spam -1582.53220177 downloaded -2239.81083965 ---------
> From: Brian <http://www.cs..edu/~b>
> Date: Mon, 26 Dec 2016 18:07:43 -0800
>
> Further experimentation shows that even typing a tab can do it -- anything that
>
> moves the text more than one space at a time. Weird.
Have you checked whether JOVE uses memcpy()? I think I remember I had
some weird problems when I use memcpy() to move overlapping memory
regions.
I changed it to use memmove() instead, I think.