calvin2021y

Results 184 comments of calvin2021y

```sh aes123456=304b8a98, 304b8bd8 ``` ```diff diff --git a/src/keys.c b/src/keys.c index f9da104e0..6f041c7b0 100644 --- a/src/keys.c +++ b/src/keys.c @@ -2475,6 +2475,7 @@ static int SetKeys(Ciphers* enc, Ciphers* dec, Keys* keys, CipherSpecs* specs,...

crashed as before. User minimal `-O1` since `-O0` will give link error.

if this is a compiler bug, could related to https://github.com/mstorsjo/llvm-mingw/issues/326

The link error with `-O0` related with some ungenerate interface symbol from my code. (I dont think that is related into this problem) It cloud be clang bugs. I use...

fresh rebuild `-fno-inline` for worlfssl and app. has the same error

```sh =3841==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x00016c0db358 at pc 0x000104863e2c bp 0x00016c0da8d0 sp 0x00016c0da090 WRITE of size 1048 at 0x00016c0db358 thread T7 #0 0x104863e28 in __asan_memset+0xf0 (/private/var/containers/Bundle/Application/FD192582-8E54-4CD9-AA4B-76A2F9457BDD/WkWebView.app/Frameworks/libclang_rt.asan_ios_dynamic.dylib:arm64+0x3fe28) (BuildId: df55bb69eaa639de82c3b05274eb720725000000100000000000090000021000) #1...

try build with ` --enable-smallstack`, not crashed anymore. but CURL throw this error and not able to finish ssl handshake: ` CA signer not available for verification`

Yes, I use `make install`. I am use wolfSSL for years, and old version work fine for ios arm64. I use a 32 * PAGE_SIZE stack with user context, after...

test `master` not work too.

I am build my app for android/ios/linux/windows/apple desktop, I test all work even include ios X86 emulator. just ios arm64 crashed.