fido-device-onboard / client-sdk-fidoiot

This a C-based implementation of the Device component defined in FIDO Device Onboard (FDO) Specification.
Apache License 2.0
20 stars 32 forks source link

Invoke curl_easy_init fix while resolving dn #233

Closed tajnisha closed 1 year ago

tajnisha commented 1 year ago

Multiple curl_easy_cleanup performed without respective curl_easy_init that caused seg fault.

That is fixed by invoked the init call at appropriate place inside the loop in resolve_dn.