cast icon indicating copy to clipboard operation
cast copied to clipboard

fix ToInt64E to cast value to int64 correctly on 32-bit system

Open chr1shung opened this issue 4 years ago • 1 comments

ToInt64E currently try cast the value to int type, which default to int32 type on 32-bit system and will result in potential overflow error. Fix this by update the bitSize to 64 to cast the value to int64 on any system.

chr1shung avatar Nov 25 '20 07:11 chr1shung

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Chris Hung seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Nov 25 '20 07:11 CLAassistant