| delorie.com/archives/browse.cgi | search |
| DMARC-Filter: | OpenDMARC Filter v1.4.2 delorie.com 51LBo1W6800424 |
| Authentication-Results: | delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com |
| Authentication-Results: | delorie.com; spf=pass smtp.mailfrom=cygwin.com |
| DKIM-Filter: | OpenDKIM Filter v2.11.0 delorie.com 51LBo1W6800424 |
| Authentication-Results: | delorie.com; |
| dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=T7LZZ5XM | |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DKIM-Filter: | OpenDKIM Filter v2.11.0 sourceware.org 78A5A3858401 |
| DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; |
| s=default; t=1740138600; | |
| bh=/Cv4j6Y+yBjP2dvVSE2lNt/VUAnJ8STPzETYF5nsnJs=; | |
| h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: | |
| List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: | |
| From; | |
| b=T7LZZ5XMdZigzoj45cIJPklH+wUzsULdItWntPM0CWHIjA9dVNOgbGcUOx08MHrzC | |
| 899rw/V2Tx3dFY6rmZA7DJ1MnUL+V6hKOGyf6GVpU8ITbmFPntBNQ1QqZLODQrQVEl | |
| b4YX+WA3X4BkgYYy3QpgDEVlnrqN0WlkpLi97zc4= | |
| X-Original-To: | cygwin AT cygwin DOT com |
| Delivered-To: | cygwin AT cygwin DOT com |
| DKIM-Filter: | OpenDKIM Filter v2.11.0 sourceware.org A7AB43858405 |
| Date: | Fri, 21 Feb 2025 12:48:52 +0100 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: cygwin 3.6.0 vs. libbsd 0.11.7-3: -lbsd breaks setproctitle() |
| Message-ID: | <Z7hoJMdGj5KIykwD@calimero.vinschen.de> |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <Z7XMsdPjKyaOrNIQ AT calimero DOT vinschen DOT de> |
| <e364ba68-bafd-c79e-abbf-d1382e6d3463 AT t-online DOT de> | |
| <Z7XfUHzBmGikTBqf AT calimero DOT vinschen DOT de> | |
| <Z7X6vnVOxIz13Hue AT calimero DOT vinschen DOT de> | |
| <Z7ZJSzkfA6AMBjtD AT calimero DOT vinschen DOT de> | |
| <2b2f037c-eb06-1edb-bd45-e72e9498af05 AT t-online DOT de> | |
| <Z7b4Wl_8HYaboYaL AT calimero DOT vinschen DOT de> | |
| <Z7b5kJPe0JHuJD9H AT calimero DOT vinschen DOT de> | |
| <Z7cIqkFyB8YFkLu8 AT calimero DOT vinschen DOT de> | |
| <f898fe28-7142-4122-be0b-054c8a003109 AT t-online DOT de> | |
| MIME-Version: | 1.0 |
| In-Reply-To: | <f898fe28-7142-4122-be0b-054c8a003109@t-online.de> |
| X-BeenThere: | cygwin AT cygwin DOT com |
| X-Mailman-Version: | 2.1.30 |
| List-Id: | General Cygwin discussions and problem reports <cygwin.cygwin.com> |
| List-Unsubscribe: | <https://cygwin.com/mailman/options/cygwin>, |
| <mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe> | |
| List-Archive: | <https://cygwin.com/pipermail/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-request AT cygwin DOT com?subject=help> |
| List-Subscribe: | <https://cygwin.com/mailman/listinfo/cygwin>, |
| <mailto:cygwin-request AT cygwin DOT com?subject=subscribe> | |
| From: | Corinna Vinschen via Cygwin <cygwin AT cygwin DOT com> |
| Reply-To: | cygwin AT cygwin DOT com |
| Cc: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| Errors-To: | cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com |
| Sender: | "Cygwin" <cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com> |
| X-MIME-Autoconverted: | from base64 to 8bit by delorie.com id 51LBo1W6800424 |
On Feb 21 12:15, Christian Franke via Cygwin wrote:
> Corinna Vinschen via Cygwin wrote:
> > ...
> >
> > I just deployed 0.12.2-2 as test. Apart from setproctitle{_init}, it
> > also drops exporting the following symbols already exported from Cygwin:
> >
> > arc4random*
> > explicit_bzero
> > fpurge
> > getprogname
> > reallocarray
> > reallocf
> > setprogname
> > strlcat
> > strlcpy
> > strnstr
> > wcslcat
> > wcslcpy
> >
> > Given cygbsd-0.dll still defines these functions, it should still work
> > with older executables.
>
> It does, at least with the subset used by stress-ng. A rebuild links and
> runs as expected:
>
> Build with libbsd 0.11.7-3:
>
> Â Â Â Â Â Â Â DLL Name: cygbsd-0.dll
>        vma:    Ordinal Hint Member-Name Bound-To
>        00b9d480 <none> 000a arc4random
> Â Â Â Â Â Â Â 00b9d488Â <none>Â 0022Â heapsort
> Â Â Â Â Â Â Â 00b9d490Â <none>Â 0025Â mergesort
>        00b9d498 <none> 002e radixsort
> Â Â Â Â Â Â Â 00b9d4a0Â <none>Â 0034Â setproctitle
> Â Â Â Â Â Â Â 00b9d4a8Â <none>Â 0035Â setproctitle_init
>        00b9d4b0 <none> 003f strlcat
> Â Â Â Â Â Â Â 00b9d4b8Â <none>Â 0040Â strlcpy
>        00b9d4c0 <none> 005d wcslcat
>        00b9d4c8 <none> 005e wcslcpy
>
>
> Build with libbsd 0.12.2-2:
>
> Â Â Â Â Â Â Â DLL Name: cygbsd-0.dll
>        vma:    Ordinal Hint Member-Name Bound-To
> Â Â Â Â Â Â Â 00ba1490Â <none>Â 0021Â heapsort
> Â Â Â Â Â Â Â 00ba1498Â <none>Â 0024Â mergesort
>        00ba14a0 <none> 002d radixsort
>
> Â Â Â Â Â Â Â DLL Name: cygwin1.dll
> Â Â Â Â Â Â Â ...
> Â Â Â Â Â Â Â 00ba1610Â <none>Â 00c5Â arc4random
> Â Â Â Â Â Â Â ...
> Â Â Â Â Â Â Â 00ba20d0Â <none>Â 0544Â setproctitle
> Â Â Â Â Â Â Â ...
> Â Â Â Â Â Â Â 00ba22b8Â <none>Â 05b1Â strlcat
> Â Â Â Â Â Â Â 00ba22c0Â <none>Â 05b2Â strlcpy
> Â Â Â Â Â Â Â ...
>        00ba24c8 <none> 067b wcslcat
>        00ba24d0 <none> 067c wcslcpy
Cool, thanks for testing!
Corinna
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation: https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |