public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix issues of stat()/fstat() for /dev/tty.
@ 2023-07-07  3:34 Takashi Yano
  2023-07-07  3:34 ` [PATCH 1/2] Cygwin: stat(): Fix "Bad address" error on stat() " Takashi Yano
  2023-07-07  3:34 ` [PATCH 2/2] Cygwin: fstat(): Fix st_rdev returned by fstat() " Takashi Yano
  0 siblings, 2 replies; 8+ messages in thread
From: Takashi Yano @ 2023-07-07  3:34 UTC (permalink / raw)
  To: cygwin-patches; +Cc: Takashi Yano


Takashi Yano (2):
  Cygwin: stat(): Fix "Bad address" error on stat() for /dev/tty.
  Cygwin: fstat(): Fix st_rdev returned by fstat() for /dev/tty.

 winsup/cygwin/dtable.cc                 | 13 ++++++++++---
 winsup/cygwin/fhandler/console.cc       | 12 +++++++++++-
 winsup/cygwin/fhandler/pty.cc           |  8 +++++---
 winsup/cygwin/fhandler/termios.cc       |  9 +++++++++
 winsup/cygwin/local_includes/fhandler.h | 12 ++++++++++--
 5 files changed, 45 insertions(+), 9 deletions(-)

-- 
2.39.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-07-10  8:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-07  3:34 [PATCH 0/2] Fix issues of stat()/fstat() for /dev/tty Takashi Yano
2023-07-07  3:34 ` [PATCH 1/2] Cygwin: stat(): Fix "Bad address" error on stat() " Takashi Yano
2023-07-07  9:46   ` Corinna Vinschen
2023-07-07 22:59     ` Takashi Yano
2023-07-10  8:31       ` Corinna Vinschen
2023-07-07  3:34 ` [PATCH 2/2] Cygwin: fstat(): Fix st_rdev returned by fstat() " Takashi Yano
2023-07-07 10:10   ` Corinna Vinschen
2023-07-07 23:01     ` Takashi Yano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).