| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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" <linux AT mswinxp DOT net> |
| To: | <cygwin AT cygwin DOT com> |
| X-Priority: | 3 |
| Importance: | Normal |
| X-MSMail-Priority: | Normal |
| MIME-Version: | 1.0 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |