verify: open state file in binary mode on Windows
authorVincent Fu <vincent.fu@samsung.com>
Thu, 14 Sep 2023 22:54:25 +0000 (18:54 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 14 Sep 2023 22:54:25 +0000 (18:54 -0400)
commite2c5f17e3559cc7c96706cd75c2609f12675c60b
tree1c04961d4c2c590efd7ac5628a87c84a01844755
parente4a9812dee084b058eca6ebde9634a3d573a0079
verify: open state file in binary mode on Windows

Make sure we open the verify state file in binary mode to avoid any
possible conversion of NL to CR+NL. This is the same fix we did for
1fb215e991d260a128e35d761f6850e8d9e4c333.

Fixes: https://github.com/axboe/fio/issues/1631
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
verify.c