wxiaoguang 0ba2f53ca1
Passing command line arguments correctly by string slice (#21168)
Using `append(args, strings.Fields(arg)...)` is dangerous, it may
generate incorrect results.

For example: `arg1 "the dangerous"` will be splitted to 3 arguments:
`arg1`, `"the`, `dangerous"`. In some cases the incorrect arguments may
lead to security problems.
2022-09-14 15:59:52 +02:00
..
2022-05-06 10:12:30 +01:00
2022-08-30 21:15:45 -05:00
2022-08-30 21:15:45 -05:00
2022-08-30 21:15:45 -05:00
2022-08-21 19:20:43 +01:00
2022-01-19 19:31:39 -05:00
2022-09-07 14:40:36 -04:00
2022-08-30 21:15:45 -05:00
2022-08-21 19:20:43 +01:00
2022-01-20 18:46:10 +01:00
2022-06-25 19:06:01 +02:00
2022-08-21 19:20:43 +01:00
2022-09-04 20:54:23 +01:00
2021-12-20 04:41:31 +00:00
2022-08-30 21:15:45 -05:00
2022-08-11 17:48:23 +02:00