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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b30bd69fa8f63cb2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-21 12:26:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!feed.news.nacamar.de!news.belwue.de!news.uni-stuttgart.de!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: C bug of the day Date: Sat, 21 Jun 2003 21:26:33 +0200 Message-ID: <87llvvqljq.fsf@deneb.enyo.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: albireo.enyo.de 1056223593 3066 212.9.189.171 (21 Jun 2003 19:26:33 GMT) X-Complaints-To: Cancel-Lock: sha1:AzekpZNVbQSzVgepZN3+zb2sbV8= Xref: archiver1.google.com comp.lang.ada:39535 Date: 2003-06-21T21:26:33+02:00 List-Id: Hyman Rosen writes: > One of the trading systems we use in our company had been > crashing every night for a week while trying to run a > certain batch procedure. We finally traced the problem to > the usual C bugaboo, a buffer overflow. I think the part of the GNAT run-time library that is written in C still contains several buffer overflow errors. Furthermore, there are some cases in which GNAT generates code which allocates too little space for objects. 8-(