2.10.8
Fixed reading pointer types' values from buffers when the offset passed to r.value()
is not 0. Pointers were incorrectly being calculated to be offsets from the start of the buffer rather than the start of the value in the buffer. This fixes both readTypeAndValue()
and download()
for types with pointers in them.