diff --git a/doc/changes/auxiliary/mr.2164.md b/doc/changes/auxiliary/mr.2164.md new file mode 100644 index 000000000..36671fd4a --- /dev/null +++ b/doc/changes/auxiliary/mr.2164.md @@ -0,0 +1 @@ +- u/file: Changed file open mode from "r" to "rb" to ensure binary mode is used for reading the file. This resolves an issue where file size and read size were inconsistent on Windows platform.