Releases: xdf-modules/libxdf
Releases · xdf-modules/libxdf
Release refs/tags/v0.99.9
Fixed potentially uninitialized variable (#41) In the case where the file has reached the end, readBin doesn't initialize the "bytes" variable. It therefore contains garbage values, which has a small chance of making the switch select another case than "default", leading to an infinite loop. This isn't just speculation, this has actually happened to me while compiling in Unreal 5.3. It is worth mentionning that the idiomatic way of checking whether or not the file has reached the end is to use file.eof() instead of relying on the fact that the variable isn't touched by "read".
Release refs/tags/v0.99.8
Bump Version to v0.99.8 (#35)
Release refs/tags/v0.99.7
Deprecated: Version mismatch, do not use.
Release refs/tags/v0.99.6
Add Win32 build
v0.991: Change LICENCE from GPL-3.0 to BSD-2 (#29)
(Sorry, I duplicated a tag, deleted it, then revealed the original. I'm trying to re-release the original. -Chad)
-
Change LICENCE from GPL-3.0 to BSD-2
-
Updated authors and year in license