Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!mintaka!snorkelwacker.mit.edu!primerd!ENI!ENH!TIM From: TIM@ENH.Prime.COM Newsgroups: comp.lang.c Subject: Re: TC 2.0 oddity - me or it ? Message-ID: <108300013@ENH.Prime.COM> Date: 15 Nov 90 19:14:52 GMT References: <2847@exodus.Eng.Sun.COM> Lines: 18 Nf-ID: #R:exodus.Eng.Sun.COM:-284700:ENH:108300013:000:878 Nf-From: ENH.Prime.COM!TIM Nov 15 12:29:00 1990 I've gotten this on a few of my programs here and there, too. It was usually because I wasn't specifying an array index within the range of the array. i.e.: "char i[12];" declared, and I was saying "i[-1]" or "i[12]" ... I remember it usually happened with char arrays/pointers. Hope this helps. /* Tim Cantin 1% of Americans retire Prime Computer, Inc., MS 10-13 independently wealthy; 500 Old Conn Path the other 99% are working, Framingham, Mass. 01701 (USA) financially dependent, or dead. Phone: (508) 620-2800, ext. 3101 What will you be? InterNet: TIM@ENH.Prime.COM Uucp: {primerd, cvbnet, uunet}!ENH.Prime.COM!TIM Uucp: {primerd, cvbnet, uunet}!hobbiton!tim */ #include "stddisclaimer.h"