Closed
Description
DartUtils::GetIntegerValue in runtime/bin/dartutils.cc returns an int64_t, but is being implicitly cast down to an intptr_t in some places (e.g. Socket_ReadList)
We should look for other occurrences of this as well.
...
Also possibly:
Dart_ListLength:
*len = integer.AsInt64Value(); // WRONG