These 2 places should be size_t, not int 'cause on 64-bit they can be > int's in...
authorMaoni Stephens <Maoni0@users.noreply.github.com>
Wed, 26 Jul 2017 20:23:20 +0000 (13:23 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Jul 2017 20:23:20 +0000 (13:23 -0700)
commit5e82b75a22e9f1ee379beab45c2ddc6146132aab
tree248abd1f445115d2c9eca4aad36d6889f8626b95
parented71880722e94c348971e89d8953d8059137150e
These 2 places should be size_t, not int 'cause on 64-bit they can be > int's in which we have a problem casting them to int's. (#13047)
src/gc/gc.cpp