1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 11:35:23 +00:00
v2fly/infra/conf/json
Huang-Huang Bao f0236233f3 Fix: json.Reader: fill output bytes as much as possible
Fix JSON parsing state machine so Read([]byte) can accept byte array of any length.

This fixes a infinite read with io.ReadFull().
2022-09-07 10:50:17 +01:00
..
json_test.go Chore: bump gopkg.in/yaml.v2 to gopkg.in/yaml.v3 (#1828) 2022-07-13 21:21:32 +08:00
reader_test.go Fix: json.Reader: fill output bytes as much as possible 2022-09-07 10:50:17 +01:00
reader.go Fix: json.Reader: fill output bytes as much as possible 2022-09-07 10:50:17 +01:00
toml_test.go Chore: bump gopkg.in/yaml.v2 to gopkg.in/yaml.v3 (#1828) 2022-07-13 21:21:32 +08:00
toml.go Lint: fix lint (#1427) 2021-11-27 17:16:41 +08:00
yaml_test.go Chore: bump gopkg.in/yaml.v2 to gopkg.in/yaml.v3 (#1828) 2022-07-13 21:21:32 +08:00
yaml.go Chore: bump gopkg.in/yaml.v2 to gopkg.in/yaml.v3 (#1828) 2022-07-13 21:21:32 +08:00