Closed liucf3995 closed 11 months ago
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅
I have read the CLA Document and I hereby sign the CLA
close #88
Merging #89 (737cf13) into main (f99f77d) will decrease coverage by
0.05862%
. Report is 1 commits behind head on main. The diff coverage is100.00000%
.
issue: trpc::config::GetInt64() with json may coredump when real value is greater than INT32_MAX. cause: asInt() of json-cpp with overflowed interge will assert failure. fix: change asInt() to asInt64().