You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix decoding error in Kvaser constructor for non-ASCII product name (#1613)
* Implement test to trigger ASCII decoding error in Kvaser bus constructor
* Change handling of invalid chars in Kvaser device name
Previously, illegal characters triggered an exception.
With the new behavior, illegal characters will be replaced
with a placeholder value.
* Rename variables in test
0 commit comments