alibaba / fastjson

FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
https://github.com/alibaba/fastjson2/wiki/fastjson_1_upgrade_cn
Apache License 2.0
25.73k stars 6.5k forks source link

JSONWriterUTF16.writeNameRaw 数组扩容未成功导致的数组越界问题未完全解决 #4504

Open icholera opened 5 months ago

icholera commented 5 months ago

image

当minCapacity刚好等于chars.length时,未能成功扩容

icholera commented 5 months ago

版本 2.0.49