[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:32:23 -0800
- Keywords: ifile: nonspam -1500.61552000 spam -1582.53220177 downloaded -2239.81083965 ---------
> From: Robert <http://dummy.us.eu.org/robert>
> Date: Tue, 27 Dec 2016 08:20:42 -0800
>
> 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.
In fact, I just looked at jove-4.16.0.70/mac.c and it uses memcpy() all
over the place.
Bet that's your problem.