Yubico / yubikey-personalization

YubiKey Personalization cross-platform library and tool
https://developers.yubico.com/yubikey-personalization/
BSD 2-Clause "Simplified" License
300 stars 82 forks source link

Fixed segmentation fault in ykcore_libusb.c #42

Closed Detegr closed 10 years ago

Detegr commented 10 years ago

The older version of libusb backend had this bug and is currently unusable without this patch.

klali commented 10 years ago

Thanks, that bug looks to have been introduced in earlier refactorization.

One minor nit: I'd like the scope of dev decreased now that it's not used outside of the loop, with that change I'm happy to merge.

/klas

Detegr commented 10 years ago

Ah, sure. Is it okay now?

klali commented 10 years ago

Looks great to me. Thank you for this contribution!

/klas