1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-02 19:50:12 -05:00
SATO Kentaro 9ab416e018 request_file: fix wchar_t buffer length.
[SGT: the helper function do_filereq_w expects its filename size to be
in characters, not bytes, because it's used both as an index into the
wchar_t buffer and also as nMaxFile in the OPENFILENAMEW structure
which is also documented as measured in characters. So at the call
site it should be measured via lenof rather than sizeof. This patch
has done the same with the char version, which makes no functional
difference but keeps the code more consistent.]
2025-01-25 10:30:00 +00:00
..
2025-01-07 23:12:06 +00:00
2021-05-27 09:48:32 +01:00
2022-08-03 20:48:46 +01:00
2024-06-29 12:00:12 +01:00
2022-09-03 11:59:12 +01:00