Hi everybody,

Lately I've been porting synce & multisync to freebsd, and I've come
across a "bug" of sorts.

In /multisync-0.80/plugins/evolution_sync/src on line 386 there is an
allocation for a stack variable: char lines[65536].

On reaching this point and trying to allocate 65kb of stack space,
multisync dies. As an experiment I dropped the size back to 10kb and
everything is working reasonably, so I would assume the size is the
problem. It may be better to allocate this amount of memory via malloc.

Thanks for all your work!

Regards,
Sam Lawrance.




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Multisync-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/multisync-devel

Reply via email to