1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-18 09:43:38 -04: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
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
toml.go
yaml_test.go
yaml.go