diff options
author | Takashi Yano <takashi.yano@nifty.ne.jp> | 2022-03-19 09:21:04 +0900 |
---|---|---|
committer | Takashi Yano <takashi.yano@nifty.ne.jp> | 2022-03-19 09:21:04 +0900 |
commit | 090797e3d3ddae25404584e4e43061911066f685 (patch) | |
tree | 4dc90a7e35c668f9fc268aaa23146d138e66a84f /newlib/libc/stdio/svfprintf.c | |
parent | 92519e3d0cd71a2ebce70e43e72d22cfee6945ab (diff) | |
download | newlib-090797e3d3ddae25404584e4e43061911066f685.zip newlib-090797e3d3ddae25404584e4e43061911066f685.tar.gz newlib-090797e3d3ddae25404584e4e43061911066f685.tar.bz2 |
Cygwin: console: Do not use memcmp() to compare INPUT_RECORD.
- Using memcmp() to compare structure such as INPUT_RECORD is not
correct manner because padding may not be initialized. This patch
stops to use memcmp() for comparison of INPUT_RECORD.
Diffstat (limited to 'newlib/libc/stdio/svfprintf.c')
0 files changed, 0 insertions, 0 deletions