Skip to content

1.0.4

Compare
Choose a tag to compare
@badcel badcel released this 17 Jun 15:52
· 8 commits to main since this release
9700ffe

This release fixes a bug which could occur if one of the methods Device.GetManufacturer, Device.GetProduct, Device.GetSerialNumber or Device.GetIndexedString were called. The call of the corresponding native method received the buffer size in byte instead of chars leading to possible crashes.

Additionally the returned string could contain null termination characters. Those lead to strings with a length greater than the number of visible characters. Those invisible characters get trimmed now.

What's Changed

  • Fix methods which read wchart data by @badcel in #98

Full Changelog: 1.0.3...1.0.4