mightBeVec() fix
Vector length might not be a multiple of 4 if, for example, it's a vector of uint8_t or uint16_t. However, the actual memory allocated to the vector should be 4 byte aligned, so test for that instead.develop
parent
bde3616015
commit
5e4637dd03
Loading…
Reference in New Issue