1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-16 12:03:03 -05:00
Simon Tatham bdf7f73d3d split_into_argv: stop using isspace().
I checked exhaustively today and found that the only characters (even
in Unicode) that Windows's default argv splitter will recognise as
word separators are the space and tab characters. So I think it's a
mistake to use <ctype.h> functions to identify word separators; we
should use that fixed character pair, and then we know we're getting
the right ones only.

(cherry picked from commit 9adfa797677ba5cc5a5c9db45e593a9e4ab293aa)
2023-04-19 14:28:36 +01:00
..
2022-09-03 11:59:12 +01:00
2022-09-03 11:59:12 +01:00
2022-03-12 18:51:21 +00:00