-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix segfaults -- CRC64NVME on machines with disabled AVX and uri pars…
…ing corner case. (#110)
- Loading branch information
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule aws-c-auth
updated
20 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+70 −24 | .github/workflows/ci.yml | |
+18 −12 | .github/workflows/codecov.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+33 −1 | include/aws/auth/credentials.h | |
+1 −1 | include/aws/auth/signing_config.h | |
+1 −1 | source/aws_imds_client.c | |
+6 −0 | source/aws_signing.c | |
+44 −0 | source/credentials.c | |
+1 −1 | source/credentials_provider_cached.c | |
+141 −25 | source/credentials_provider_ecs.c | |
+2 −2 | source/credentials_provider_sso.c | |
+7 −2 | source/credentials_provider_static.c | |
+1 −1 | source/credentials_provider_sts.c | |
+3 −3 | source/credentials_utils.c | |
+1 −1 | source/token_provider_sso_session.c | |
+1 −0 | tests/CMakeLists.txt | |
+12 −3 | tests/credentials_provider_ecs_tests.c | |
+38 −12 | tests/credentials_tests.c | |
+27 −0 | tests/sigv4_signing_tests.c |
Submodule aws-c-cal
updated
9 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+1 −0 | include/aws/cal/rsa.h | |
+3 −0 | source/darwin/securityframework_rsa.c | |
+2 −1 | source/rsa.c | |
+9 −0 | source/unix/openssl_rsa.c | |
+9 −2 | source/windows/bcrypt_rsa.c | |
+3 −0 | tests/CMakeLists.txt | |
+119 −1 | tests/rsa_test.c |
Submodule aws-c-common
updated
26 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+1 −1 | .github/PULL_REQUEST_TEMPLATE.md | |
+144 −58 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/clang-tidy.yml | |
+13 −7 | .github/workflows/codecov.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+1 −1 | .github/workflows/proof_ci.yaml | |
+4 −4 | .github/workflows/proof_ci_resources/config.yaml | |
+5 −1 | cmake/AwsCFlags.cmake | |
+80 −7 | cmake/AwsPrebuildDependency.cmake | |
+2 −2 | include/aws/common/cbor.h | |
+1 −0 | include/aws/common/private/xml_parser_impl.h | |
+1 −7 | include/aws/common/ref_count.h | |
+34 −0 | include/aws/common/shutdown_types.h | |
+11 −0 | source/arch/intel/asm/cpuid.c | |
+71 −102 | source/arch/intel/cpuid.c | |
+5 −0 | source/arch/intel/msvc/cpuid.c | |
+23 −17 | source/common.c | |
+29 −16 | source/host_utils.c | |
+3 −2 | source/uri.c | |
+10 −0 | source/xml_parser.c | |
+2 −0 | tests/CMakeLists.txt | |
+55 −15 | tests/hash_table_test.c | |
+23 −2 | tests/host_util_test.c | |
+12 −0 | tests/uri_test.c | |
+36 −0 | tests/xml_parser_test.c |
Submodule aws-c-http
updated
5 files
Submodule aws-c-io
updated
35 files
Submodule aws-c-sdkutils
updated
10 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+80 −30 | .github/workflows/ci.yml | |
+18 −12 | .github/workflows/codecov.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+1 −0 | include/aws/sdkutils/aws_profile.h | |
+1 −1 | include/aws/sdkutils/private/endpoints_util.h | |
+47 −29 | source/aws_profile.c | |
+3 −2 | tests/CMakeLists.txt | |
+297 −299 | tests/aws_profile_tests.c | |
+2 −2 | tests/endpoints_regex_tests.c |
Submodule aws-checksums
updated
9 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+25 −0 | .github/workflows/ci.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+11 −1 | builder.json | |
+41 −0 | include/aws/checksums/private/crc_util.h | |
+576 −12 | source/crc64_sw.c | |
+8 −7 | source/crc_sw.c | |
+4 −1 | tests/crc64_test.c | |
+3 −2 | tests/crc_test.c |
Submodule aws-lc
updated
from 8ffe27 to ffd6fb
Submodule s2n
updated
from ffe0bf to 6cc9f5