cvs.gedasymbols.org/archives/browse.cgi | search |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Question About DOS programs |
Date: | Mon, 18 Jan 1999 17:05:22 +0200 |
Organization: | NetVision Israel |
Lines: | 11 |
Message-ID: | <Pine.SUN.3.91.990118170417.26695F-100000@is> |
References: | <36a267c9 DOT 18387325 AT news DOT triton DOT net> |
NNTP-Posting-Host: | is.elta.co.il |
Mime-Version: | 1.0 |
X-Trace: | news.netvision.net.il 916671943 317 199.203.121.2 (18 Jan 1999 15:05:43 GMT) |
X-Complaints-To: | abuse AT netvision DOT net DOT il |
NNTP-Posting-Date: | 18 Jan 1999 15:05:43 GMT |
X-Sender: | eliz AT is |
In-Reply-To: | <36a267c9.18387325@news.triton.net> |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
On Sun, 17 Jan 1999, Bob Van Ham wrote: > I have been having a wierd problems with my programs. In windows 95 > and NT the program works perfectly. In DOS however, I can run the > programs correctly once, without rebooting. Then the next time that I > run the programs, before rebooting, they appear to have information > in them from the previous run. These are clear signs of using uninitialized memory. Look for pointers which are never initialized to point to a buffer.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |