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
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
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
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 *,
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
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
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/
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
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
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
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
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
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
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:
14 matches
Mail list logo