[ANNOUNCEMENT] libfido2 1.11.0-1

2022-08-05 Thread Corinna Vinschen via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libfido2-1.11.0-1 * libfido2-devel-1.11.0-1 libfido2 provides library functionality and command-line tools to communicate with a FIDO device over USB, and to verify attestation and assertion signatures. libfido2 supports

libfido2 1.11.0-1

2022-08-05 Thread Corinna Vinschen via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libfido2-1.11.0-1 * libfido2-devel-1.11.0-1 libfido2 provides library functionality and command-line tools to communicate with a FIDO device over USB, and to verify attestation and assertion signatures. libfido2 supports

[PATCH] Cygwin: pty: Fix a small bug in is_console_app().

2022-08-05 Thread Takashi Yano
- Previsouly, there was potential risk of buffer over run in is_console_app(). This patch fixes the issue. --- winsup/cygwin/spawn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc index 4ec6a8789..d9d771651 100644 ---