Fix empty vector dereferencing

Use std::vector::data() instead of std::vector::operator to get the address of a vector's buffer.

Merge request reports

Loading