Daniel Pouzzner
Daniel Pouzzner
fixes for issues introduced in #5384: added numerous missing `_SMALL_STACK` code paths (PK objects on the stack); in settings.h, enable `WOLFSSL_SMALL_STACK_STATIC` by default when `WOLFSSL_SMALL_STACK` is defined (`NO_WOLFSSL_SMALL_STACK_STATIC` to override);...
unit.test fails thusly on an `--enable-all --enable-sessionexport` build: ``` ssl->version.major=254 exp[idx-2]=254 ssl->version.minor=253 exp[idx-1]=255 src/internal.c L1390 ImportOptions VERSION_ERROR ERROR - tests/api.c line 4299 failed with: expected: wolfSSL_dtls_import(ssl, buf, sz) >= 0...
In #3271 and darktable-org/dtdocs#188, it was clarified that >As the global color picker runs at the end of the preview pixelpipe, it receives data in display color space then converts...
(using kernel 6.4.3, btrfs-progs 6.3.3) I'm hitting an early `ENOSPC` on a freshly created RAID1, apparently because metadata isn't growing as needed. It's happened twice in a row with different...
#### **Describe the bug** Up to and including 0.27.7-release, I'm able to get correct lens detection for this lens setup in Darktable, by putting this in `~/.exiv2`: ``` [canon] 748=Canon...
add missing div-by-zero check in `op_mod()`.
### Describe the bug If an image is set up with multiple instances of an effect, and a later (visually higher) instance is expanded, or indeed if all of the...
initial linuxkm compatibility (no asm yet) for wc_kyber, wc_xmss, and wc_lms, and smallstack refactors for `kyber512_kat()`, `kyber768_kat()`, `kyber1024_kat()`, and `kyber_test()`. tested with `wolfssl-multi-test.sh ... quantum-safe-wolfssl-all-crypto-only-noasm-linuxkm-insmod quantum-safe-wolfssl-all-max-total-stack-8k check-file-modes check-source-text quantum-safe-wolfssl-all-gcc-latest quantum-safe-wolfssl-all-clang-tidy...
`wolfcrypt/src/sha256.c`: in `WC_NO_INTERNAL_FUNCTION_POINTERS` code path (linuxkm), fix oversight whereby `Transform_Sha256_AVX1_Sha()` was used on targets with false `IS_INTEL_SHA(intel_flags)`. the former `SHA256_AVX1` method id is now split into `SHA256_AVX1_SHA` and `SHA256_AVX1_NOSHA`, with...