Skip to content

2.10.8

Compare
Choose a tag to compare
@calebsander calebsander released this 15 Aug 23:43
· 186 commits to master since this release

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.