1.0.4
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
Full Changelog: 1.0.3...1.0.4