-
Notifications
You must be signed in to change notification settings - Fork 66
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. (#700)
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 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
17 files
Submodule aws-c-common
updated
11 files
+1 −1 | .github/PULL_REQUEST_TEMPLATE.md | |
+2 −2 | .github/workflows/codecov.yml | |
+1 −1 | .github/workflows/proof_ci.yaml | |
+11 −0 | source/arch/intel/asm/cpuid.c | |
+71 −102 | source/arch/intel/cpuid.c | |
+5 −0 | source/arch/intel/msvc/cpuid.c | |
+29 −16 | source/host_utils.c | |
+3 −2 | source/uri.c | |
+1 −0 | tests/CMakeLists.txt | |
+23 −2 | tests/host_util_test.c | |
+12 −0 | tests/uri_test.c |
Submodule aws-c-s3
updated
20 files
Submodule aws-lc
updated
from 697acc to ffd6fb
Submodule s2n
updated
from 2e79e7 to 6cc9f5