Re: Windows 10 Home and sshfs

2025-04-23 Thread Mark Geisert via Cygwin
On 4/22/2025 10:09 PM, David Christensen via Cygwin wrote: On 4/22/25 22:05, Mark Geisert via Cygwin wrote: Welp, that's no help at all.  Let me try to reproduce the problem on my Win10 system using the same, recent, WinFSP you have.  This may take some time.  I appreciate your reporting the pr

Re: posix_spawn

2025-04-23 Thread Mark Geisert via Cygwin
Hi Camm, On 4/23/2025 12:46 PM, Camm Maguire via Cygwin wrote: Greetings! Trying to isolate this as you suggest. On first attempt, copying the exact same strings and calls into a main() function succeeds. I am near stumped, and can only guess that the addresses returned by malloc on _init of

Re: cygstart: buffer overflow when a URI is passed (cygutils-1.4.17-[23])

2025-04-23 Thread Mark Geisert via Cygwin
On 4/23/2025 3:59 AM, Christian Franke via Cygwin wrote: Mark Geisert via Cygwin wrote: Drat, typo alert: It looks to me like that 'if' statement should read    if (mbstowcs (*wcs_path, *mbs_path, len) ...     if (mbstowcs (*wcspath, mbs_path, len) ... Use 'len + 1', otherwise the result

tfind missing a const qualifier.

2025-04-23 Thread Collin Funk via Cygwin
Hi, While testing gnulib I noticed that tfind on cygwin is defined like: void *tfind (const void *, void **, int (*) (const void *, const void *)); But POSIX requires [1] (*): void *tfind (const void *key, void *const *rootp, int (*compar) (const void *,

Re: Permission issues in multiple packages

2025-04-23 Thread Andrew Schulman via Cygwin
On Wed, 23 Apr 2025 21:25:07 +0100, Jon Turney via Cygwin wrote: >On 22/04/2025 22:06, Andrew Schulman via Cygwin wrote: >> On Wed, 23 Apr 2025 03:48:19 +0900, ggl329 via Cygwin >> wrote: >> >>> Hi all, >>> >>> As Jon mentioned in the following mail, something may go wrong in the VM >>> for bu

Re: Permission issues in multiple packages

2025-04-23 Thread Jon Turney via Cygwin
On 22/04/2025 22:06, Andrew Schulman via Cygwin wrote: On Wed, 23 Apr 2025 03:48:19 +0900, ggl329 via Cygwin wrote: Hi all, As Jon mentioned in the following mail, something may go wrong in the VM for building packages. https://cygwin.com/pipermail/cygwin/2025-April/257948.html Many files/d

Re: Permission issues in multiple packages

2025-04-23 Thread Ken Brown via Cygwin
On 4/22/2025 5:06 PM, Andrew Schulman via Cygwin wrote: On Wed, 23 Apr 2025 03:48:19 +0900, ggl329 via Cygwin wrote: Hi all, As Jon mentioned in the following mail, something may go wrong in the VM for building packages. https://cygwin.com/pipermail/cygwin/2025-April/257948.html Many files/

Re: Overwriting /etc/fstab to simplify drivenames

2025-04-23 Thread Kevin Schnitzius via Cygwin
On Wednesday, April 23, 2025 at 10:08:52 AM EDT, Fergus Daly via Cygwin wrote: > For years I have overwritten the content of the default /etc/fstab with the > one-liner > none / cygdrive binary 0 0 > thus allowing drivenames of the style /d/ instead of /cygdrive/d/ > which syntax is (2nd) shor

Re: posix_spawn

2025-04-23 Thread Camm Maguire via Cygwin
Greetings! Trying to isolate this as you suggest. On first attempt, copying the exact same strings and calls into a main() function succeeds. I am near stumped, and can only guess that the addresses returned by malloc on _init of the file_actions and attr structures is triggering something. Sug

Re: sqlite 3.49.1-1 package bug changing return types signedness

2025-04-23 Thread Matthias Andree via Cygwin
Greetings, I haven't heard back from the issue I've documented below, or from Jan Nijtmans, and it still needs attention. The changes I've documented below actually introduce integer overflow and maybe memory violating conditions in applications that work fine on other operating systems, as

Overwriting /etc/fstab to simplify drivenames

2025-04-23 Thread Fergus Daly via Cygwin
For years I have overwritten the content of the default /etc/fstab with the one-liner none / cygdrive binary 0 0 thus allowing drivenames of the style /d/ instead of /cygdrive/d/ which syntax is (2nd) shorter but mainly (1st) easily mimics Linux syntax making scripts mutually transferable. Howeve

Re: Cannot install git-svn

2025-04-23 Thread Christian Franke via Cygwin
Wiktor S. via Cygwin wrote: Hi,recently it become impossible to install git-svn because of Perl dependency:Problem 1/1nothing provides perl5_036 needed by subversion-perl-1.14.2-1Solution 1/1 (default)  - do not ask to install git-svn-2.45.1-1-- Wiktor Sywula setup.ini: ... @ git-svn ... dep

Re: cygstart: buffer overflow when a URI is passed (cygutils-1.4.17-[23])

2025-04-23 Thread Christian Franke via Cygwin
Mark Geisert via Cygwin wrote: Drat, typo alert: It looks to me like that 'if' statement should read    if (mbstowcs (*wcs_path, *mbs_path, len) ...     if (mbstowcs (*wcspath, mbs_path, len) ... Use 'len + 1', otherwise the result would possibly be not null terminated. POSIX says: "The a

Cannot install git-svn

2025-04-23 Thread Wiktor S. via Cygwin
Hi,recently it become impossible to install git-svn because of Perl dependency:Problem 1/1nothing provides perl5_036 needed by subversion-perl-1.14.2-1Solution 1/1 (default)  - do not ask to install git-svn-2.45.1-1-- Wiktor Sywula -- Problem reports: https://cygwin.com/problems.html FAQ: