apache / incubator-teaclave-sgx-sdk

Apache Teaclave (incubating) SGX SDK helps developers to write Intel SGX applications in the Rust programming language, and also known as Rust SGX SDK.
https://teaclave.apache.org
Apache License 2.0
1.17k stars 264 forks source link

Fix unwind script when compiling with MITIGATION_CVE_2020_0551 #406

Closed Cashmaney closed 2 years ago

Cashmaney commented 2 years ago

Small fix - we ran into libunwind not compiling when upgrading to 1.1.5 with the mitigation flag. The autogen script would not find the .configure file, and the compilation would fail

volcano0dr commented 2 years ago

@Cashmaney Thanks for fixing this, can you also squash all commits when I merge changes?

Cashmaney commented 2 years ago

No problem - I removed the extra commits

volcano0dr commented 2 years ago

LGTM!