Re: [Patch] setup: site.cc: dot[3] may not be valid.

2005-12-01 Thread Bas van Gompel
Op Wed, 30 Nov 2005 22:18:54 + schreef Max Bowsher in 438E254E.5070101atukf.net: : Bas van Gompel wrote: [patch] : The terrifying irony here, is that after all this icky pointer : manipulation, the calculated value is totally ignored anyway! : I've rewritten all the pointer work in terms

Re: [Patch] setup: site.cc: dot[3] may not be valid.

2005-12-01 Thread Max Bowsher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bas van Gompel wrote: Op Wed, 30 Nov 2005 22:18:54 + schreef Max Bowsher in 438E254E.5070101atukf.net: : Bas van Gompel wrote: [patch] : The terrifying irony here, is that after all this icky pointer : manipulation, the calculated value

Re: [Patch] setup: site.cc: dot[3] may not be valid.

2005-12-01 Thread Bas van Gompel
Op Thu, 01 Dec 2005 16:45:31 + schreef Max Bowsher in 438F28AB.80109atukf.net: : Bas van Gompel wrote: : Op Wed, 30 Nov 2005 22:18:54 + schreef Max Bowsher : in 438E254E.5070101atukf.net: [patch for site.cc] : : I've rewritten all the pointer work in terms of STL strings, and will :

Re: [Patch] setup: site.cc: dot[3] may not be valid.

2005-12-01 Thread Max Bowsher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bas van Gompel wrote: Op Thu, 01 Dec 2005 16:45:31 + schreef Max Bowsher in 438F28AB.80109atukf.net: : Bas van Gompel wrote: : Op Wed, 30 Nov 2005 22:18:54 + schreef Max Bowsher : in 438E254E.5070101atukf.net: [patch for site.cc] :

Re: [Patch] setup: site.cc: dot[3] may not be valid.

2005-11-30 Thread Max Bowsher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bas van Gompel wrote: Hi, While looking at site.cc I noticed a check where dot[3] might point past the end of the allocated string. this may cause false matches or even a segfault. I suggest following: 2005-10-24 Bas van Gompel [EMAIL

Re: [Patch] setup: site.cc: dot[3] may not be valid.

2005-11-11 Thread Bas van Gompel
Op Tue, 25 Oct 2005 01:42:56 +0200 (MET DST) schreef Bas van Gompel in n2m-g.djjiq9.3vsgglv.1atbuzzy-box.bavag: [...] : * site.cc (site_list_type::init): Avoid reading past end of : string. Ping. [...] L8r, Buzz. -- ) | | ---/ ---/ Yes, this | This message consists of true |

[Patch] setup: site.cc: dot[3] may not be valid.

2005-10-24 Thread Bas van Gompel
Hi, While looking at site.cc I noticed a check where dot[3] might point past the end of the allocated string. this may cause false matches or even a segfault. I suggest following: 2005-10-24 Bas van Gompel [EMAIL PROTECTED] * site.cc (site_list_type::init): Avoid reading past end of