[HACKERS] [PATCH] Sprintf() patch against current CVS tree.

2002-08-30 Thread Jukka Holappa
Hi, I checked all the previous string handling errors and most of them were already fixed by You. However there were a few left and attached patch should fix the rest of them. I used StringInfo only in 2 places and both of them are inside debug ifdefs. Only performance penalty will come from

[HACKERS] [PATCH] Sprintf() patch against current CVS tree.

2002-08-29 Thread Jukka Holappa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I checked all the previous string handling errors and most of them were already fixed by You. However there were a few left and this patch should fix the rest of them. I used StringInfo only in 2 places and both of them are inside debug ifdefs.