BugFix: fix coredump of trpc::config::GetInt64() with overflowed int32 by liucf3995 · Pull Request #89 · trpc-group/trpc-cpp
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().
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters