Mailing List Archive

Support open source code!


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

Re: tlug: gcc misplacing pointers?



>>>>> "Scott" == Scott Stone <sstone@example.com> writes:

    Scott> Well, this got me thinking, so I went and found it.  The
    Scott> url is:

    Scott> http://larch-www.lcs.mit.edu:8001/larch/lclint/

    Scott> it's called 'LCLint', and it works on any UNIX, OS/2, or
    Scott> Win32.  According to them, at least.  I'm going to download
    Scott> it now and try it out.

Scott,

	I had a quick look, but it looks like its just a turbo-charged
lint. It does all its checking at compile time. What purify does is
jump in during the link process and instrument your code. When you run
your app, it checks all memory references. It tells you if you are:

	accessing an uninitialized variable
	reading/writing outside bounds of the some variable
	leaking memory
	using the wrong delete ( delete or delete[] )
	
As well as a bunch of other stuff...


Thanks,

	Andy
---------------------------------------------------------------
Next TLUG Nomikai: 11 March Wed 1998 Tengu TokyoEkiMae 19:30
Chuo-ku, Kyobashi 1-1-6, EchiZenYa Bld. B1/B2 03-3275-3691
Next TLUG Meeting: 11 April 1998 Saturday, Tokyo Station
Featuring Tague Griffith of Netscape i18n talking on source code
---------------------------------------------------------------
a word from the sponsor:
TWICS - Japan's First Public-Access Internet System
www.twics.com  info@example.com  Tel:03-3351-5977  Fax:03-3353-6096



Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links