bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnome Terminal screen corruption


From: Andy Key
Subject: Re: Gnome Terminal screen corruption
Date: Fri, 31 Dec 2010 16:02:28 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Problem found - its a bug in my code.
ncurses and my screen library are innocent.

The underlying bug was a call the editor made to memcpy with overlapping 
buffers.
Historically, it seems the result has always been as if data was copied in 
forward order, but now, on Fedora 14 x86_64, the results can (legally) be a 
mess.
Perhaps they've been tuning the hand optimized assembler string routines.

Thanks for your help.

{{{ Andy




reply via email to

[Prev in Thread] Current Thread [Next in Thread]