From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Brauss Subject: A rather special bug? Date: Tue, 25 Mar 2003 07:56:16 +0100 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3E7FFD90.9F7DBF69@optronic.ch> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Hello! I think that I have found a bug that is present at least in dosemu-1.0.2. Compile the appended program, run it and press any key while the memory testing loop is running. You will see that one byte of the allocated memory blocks is altered and now contains the ascii code of the pressed character. Can someone reproduce this problem? Is it fixed in newer dosemu versions? Stephan ---------------------- #include #include #define SEGMENTS 7 #define SIZE 65500 int *segments[SEGMENTS]; int main() { int i,j,k; for(i=0;i