BugFix: fix coredump of trpc::config::GetInt64() with overflowed int32 by liucf3995 · Pull Request #89 · trpc-group/trpc-cpp

@liucf3995

@liucf3995

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().

added a commit to trpc-group/cla-database that referenced this pull request

Dec 8, 2023

@liuzengh

helloopenworld