dekarrin / rezi

REZI - Rarefied Encoding (Compressible) for Interchange
MIT License
0 stars 0 forks source link

UnmarshalBinary is passed a copy of the given type, not the actual value #73

Closed dekarrin closed 11 months ago

dekarrin commented 11 months ago

This could be a problem when relying on pre-set members of a passed-in struct to change behavior within UnmarshalBinary. Therefore, this should be addressed. This is likely also an issue with UnmarshalText.

It's currently in branch ghi062-testBinary; look there for fix