From: "bowman" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: DJGPP Bug? Lines: 18 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Tue, 26 Dec 2000 07:36:29 -0700 NNTP-Posting-Host: 208.4.224.124 X-Trace: newsfeed.slurp.net 977841702 208.4.224.124 (Tue, 26 Dec 2000 08:41:42 CDT) NNTP-Posting-Date: Tue, 26 Dec 2000 08:41:42 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hazel Moore wrote in message news:t3u557e5psib7a AT corp DOT supernews DOT com... > Here is a bug that I think should be verified by you guys before I report it > (as it could be my fault). This is an exact source code listing: > > int * intptr; > Intptrholder * intptrholder; /* pointer to a struct, no storage */ > intptrholder->intinstruct = intptr; /* assign to uninitialized pointer */ > return 0; /* dump core and die */ > }