parallaxsecond / rust-tss-esapi

TSS 2.0 Enhanced System API (ESAPI) Rust wrapper
https://docs.rs/tss-esapi/
Apache License 2.0
85 stars 51 forks source link

Fix start_auth_session resource leak #530

Closed Zha0Chan closed 2 months ago

Zha0Chan commented 2 months ago

The session handle returned by _start_authsession. If there is an error in subsequent function calls, it is best to release it immediately.

Superhepper commented 2 months ago

Have you signed the commit(s)? I think I saw the DCO check failed.