Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <2628.193.132.197.91.1038574382.squirrel@mail.iseekuk.com> Date: Fri, 29 Nov 2002 12:53:02 -0000 (GMT) Subject: Samba Client compilation on the latest DLL From: "Linux Mail Account" To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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/