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
I've written lots of code to do length checks today on the various extra fields, and its unnecessarily painful. What you might want to do instead is use Option just in case libusb returns a null - it seems unlikely, as the pointer it's using is self-referential, but I wouldn't trust a third party C library to do the right thing...
The text was updated successfully, but these errors were encountered:
I've written lots of code to do length checks today on the various extra fields, and its unnecessarily painful. What you might want to do instead is use Option just in case libusb returns a null - it seems unlikely, as the pointer it's using is self-referential, but I wouldn't trust a third party C library to do the right thing...
The text was updated successfully, but these errors were encountered: