Samba Client compilation on the latest DLL

Linux Mail Account linux@mswinxp.net
Fri Nov 29 06:21:00 GMT 2002


Hi,

I'm the maintainer of smbclient for Win32
(http://main.mswinxp.net/~lpackham/smbclient/)

If I compile samba on the latest version of cygwin it now borks with a
segfault.

It appears that pointer initialisation isn't quite working correctly.

You can grab the patch for the samba source off the page above and see
what I mean.

For example:

This used to work...

char xx_blah[255];
char *blah = xx_blah;

for (int i = 0; i < 256; i++)
  blah[i] = 0;

It now segfaults.

Any ideas?

Many Thanks,


Lee Packham



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list