HomePhabricator

String conversions uint256 -> uint256S
34cdc41128eeUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

String conversions uint256 -> uint256S

If uint256() constructor takes a string, uint256(0) will become
dangerous when uint256 does not take integers anymore (it will go
through std::string(const char*) making a NULL string, and the explicit
keyword is no help).

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Dec 16 2014, 13:50
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING2eae3157f651: Replace uint256(1) with static constant
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGING34cdc41128ee: String conversions uint256 -> uint256S (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Jan 5 2015, 14:45