From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,d4aba2022b03306e X-Google-Attributes: gid109fba,public X-Google-Thread: f907c,d4aba2022b03306e X-Google-Attributes: gidf907c,public X-Google-Thread: 10d15b,d4aba2022b03306e X-Google-Attributes: gid10d15b,public X-Google-Thread: 10261c,d4aba2022b03306e X-Google-Attributes: gid10261c,public X-Google-Thread: 103376,d4aba2022b03306e X-Google-Attributes: gid103376,public X-Google-Thread: 1014db,d4aba2022b03306e X-Google-Attributes: gid1014db,public X-Google-Thread: 1094ba,d4aba2022b03306e X-Google-Attributes: gid1094ba,public X-Google-Thread: 145623,d4aba2022b03306e X-Google-Attributes: gid145623,public From: Steve Dimig Subject: Lint-like program for C++ ... Date: 1997/04/17 Message-ID: <3356B1EC.5957@agcs.com>#1/1 X-Deja-AN: 235568159 References: <33489A15.453C@ix.netcom.com> <01bc433c$e5109820$230228ce@default> <33555E64.2556@student.csi.cuny.edu> <5j55mo$3ru@news1.mnsinc.com> Organization: AG Communication Systems, Phoenix, Arizona Newsgroups: comp.lang.fortran,comp.lang.ada,comp.lang.c,comp.lang.c++,comp.lang.cobol,comp.lang.pascal.misc,comp.lang.prolog,comp.lang.basc.visual.misc,de.comp.lang.c Date: 1997-04-17T00:00:00+00:00 List-Id: Hi -, Does anyone know of a Lint like program for C++. I was recently involved in debugging a memory corruption problem. After a week of inspection and recompilations, we found the problem was in overwriting the bounds of an array. This type of problem would have been caught with lint if our development language was C. Our language, however, is C++. Steve Dimig dimigs@agcs.com