summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_connection.c
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-09-09 19:21:41 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-09-22 13:15:07 +0200
commit4000780b3d0bbba2d94f65602e602c3892d9775b (patch)
tree5616d28bb711b58b132faba79d4e7353c661f9c3 /ext/mysqlnd/mysqlnd_connection.c
parent730fdc77a74ce4816cfb10181357e3eee92e2d3b (diff)
downloadphp-git-4000780b3d0bbba2d94f65602e602c3892d9775b.tar.gz
Fix #79423: copy command is limited to size of file it can copy
Passing `NULL` as `lpFileSizeHigh` to `GetFileSize()` gives wrong results for files larger than 0xFFFFFFFF bytes. We fix this by using `GetFileSizeEx()`, and let the mapping fail, if the file size is too large for the architecture. Closes GH-5319.
Diffstat (limited to 'ext/mysqlnd/mysqlnd_connection.c')
0 files changed, 0 insertions, 0 deletions