Re: Fork errors

2023-09-06 Thread Mark Geisert via Cygwin
Dale Lobb via Cygwin wrote: Since upgrading to the latest version of Cygwin a few weeks ago on a server I manage, I've been experiencing an issue with fork errors. The Cygwin installation had not been updated for almost a year before that. The issue happens every time a script is

Re: bug report

2023-09-06 Thread Asad Ali via Cygwin
Hi Team, Is there any update on this ? I'm hoping to receive a reward for the reported bug. Waiting for your response. On Fri, Dec 30, 2022 at 5:46 AM Asad Ali wrote: > Hey Team, > > > > I'm a penetration tester and bug bounty hunter. I have found a potential > vulnerability in the site.

RE: Fork errors

2023-09-06 Thread Jose Isaias Cabrera via Cygwin
On September 6, 2023 5:01 PM, Jose Isaias Cabrera expressed: > > > On September 6, 2023 2:52 PM, Dale Lobb expressed: > > > > Since upgrading to the latest version of Cygwin a few weeks ago on a > > server I manage, I've been experiencing an issue with fork errors. > > The Cygwin installation

RE: Fork errors

2023-09-06 Thread Jose Isaias Cabrera via Cygwin
On September 6, 2023 2:52 PM, Dale Lobb expressed: > > Since upgrading to the latest version of Cygwin a few weeks ago on a > server I manage, I've been experiencing an issue with fork errors. > The Cygwin installation had not been updated for almost a year > before that. > > The issue

Fork errors

2023-09-06 Thread Dale Lobb via Cygwin
Since upgrading to the latest version of Cygwin a few weeks ago on a server I manage, I've been experiencing an issue with fork errors. The Cygwin installation had not been updated for almost a year before that. The issue happens every time a script is invoked that purges files from some

cygwin 3.4.9-1

2023-09-06 Thread Corinna Vinschen via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * cygwin-3.4.9-1 * cygwin-devel-3.4.9-1 * cygwin-doc-3.4.9-1 Bug Fixes - - Fix a bug introduced in cygwin 3.4.0 that switch_to_nat_pipe flag is not cleared properly when non-cygwin app is terminated in the case

[ANNOUNCEMENT] cygwin 3.4.9-1

2023-09-06 Thread Corinna Vinschen via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * cygwin-3.4.9-1 * cygwin-devel-3.4.9-1 * cygwin-doc-3.4.9-1 Bug Fixes - - Fix a bug introduced in cygwin 3.4.0 that switch_to_nat_pipe flag is not cleared properly when non-cygwin app is terminated in the case

[PATCH] Cygwin: dsp: Implement select()/poll().

2023-09-06 Thread Takashi Yano
Previously, sound device /dev/dsp did not support select()/poll(). These have been implemented with this patch. Signed-off-by: Takashi Yano --- winsup/cygwin/fhandler/dsp.cc | 38 +++ winsup/cygwin/local_includes/fhandler.h | 11 ++ winsup/cygwin/local_includes/select.h | 9