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: 107f24,582dff0b3f065a52 X-Google-Attributes: gid107f24,public X-Google-Thread: 109fba,582dff0b3f065a52 X-Google-Attributes: gid109fba,public X-Google-Thread: 1014db,582dff0b3f065a52 X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,bc1361a952ec75ca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-06 07:50:01 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!195.64.68.27!newsgate.cistron.nl!news.worldonline.nl!newsclients!news.worldonline.nl!not-for-mail From: info@hoekstra-uitgeverij.nl (Richard Bos) Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.lang.functional Subject: Re: How Ada could have prevented the Red Code distributed denial of service attack. Date: Mon, 06 Aug 2001 14:03:40 GMT Organization: Go wash your mouth. Message-ID: <3b6ea164.1479721766@news.worldonline.nl> References: <9k9if8$rn3$1@elf.eng.bsdi.com> <3B687EDF.9359F3FC@mediaone.net> <5267be60.0108021911.7d8fe4@posting.google.com> <3B6B637F.E3FA243E@worldnet.att.net> NNTP-Posting-Host: vp225-251.worldonline.nl X-Trace: nereid.worldonline.nl 997109224 25432 195.241.225.251 (6 Aug 2001 14:47:04 GMT) X-Complaints-To: newsmaster@worldonline.nl NNTP-Posting-Date: 6 Aug 2001 14:47:04 GMT X-Newsreader: Forte Free Agent 1.21/32.243 Xref: archiver1.google.com comp.lang.ada:11368 comp.lang.c:72456 comp.lang.c++:80314 comp.lang.functional:7339 Date: 2001-08-06T14:47:04+00:00 List-Id: Ted Dennison wrote: > compiler. Remember, "printf" actually has to stop and interpret the input string > to look for replacements. No, it doesn't; not unless the format string isn't a constant. Richard