ayttm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ayttm-devel] buffer checks


From: Edward L. Haletky
Subject: Re: [Ayttm-devel] buffer checks
Date: 25 Mar 2003 20:10:12 -0600

Hi,

Okay! The WIN32 port now works... It uses MINGW32 part of CYGWIN to
compile so the code is the same. This is grand.

I am fine tuning the build script... I think I shall upload once more
unless someone breaks something with their next upload. Just remember if
you use snprintf in the .c besure to put the following if it does not
already exist in the file as well:

        #ifdef __MINGW32__
        #define snprintf g_snprintf
        #endif

As snprintf does not exist in windoze. :( Once Colin changes the release
number and tells me I will build a Windows install of ayttm.

Thanks,
Edward

On Tue, 2003-03-25 at 17:37, Colin Leroy wrote:
> On 25 Mar 2003 at 18h29, Colin Leroy <address@hidden> wrote:
> 
> Hi,
> 
> > Log Message:
> > strcpy/strncpy, strcat/strncat, sprintf/snprintf
> 
> All these changes should make things more safe :) At least I hope.
> I'll do IRC and jabber tomorrow (I'm fed up with it right now ;-) and
> Yahoo if you (Philip) don't want to do it yourself.
> 
> In the future it would be really cool if everyone tried to use the safe
> functions instead of unsafe ones. (will avoid such big annoying search &
> replace and maybe having our soft on Bugtraq ;) )...
> 
> good night,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]