felipecrv commented on PR #38793:
URL: https://github.com/apache/arrow/pull/38793#issuecomment-1826056043
> I've skipped the test only on macOS.
When running `arrow-azurefs-test` on macOS (ARM) I get an ASAN error coming
from OpenSSL's `libcrypto.dylib`.
Nothing is wrong with the buffers passed to the function, so it must be a
false positive coming from OpenSSL code.
```
==73846==ERROR: AddressSanitizer: container-overflow on address
0x000104d4cfa0 at pc 0x0001026ef258 bp 0x00016fdfc060 sp 0x00016fdfb820
READ of size 64 at 0x000104d4cfa0 thread T0
#0 0x1026ef254 in wrap_memcpy+0x13c
(libclang_rt.asan_osx_dynamic.dylib:arm64e+0x1b254) (BuildId:
f0a7ac5c49bc3abc851181b6f92b308a32000000200000000100000000000b00)
#1 0x100ef1908 in hmac_setkey+0x64 (libcrypto.3.dylib:arm64+0x1c9908)
(BuildId: 07025f7028533fc886375706991455ee32000000200000000100000000000d00)
#2 0x100e1ca88 in EVP_Q_mac+0x12c (libcrypto.3.dylib:arm64+0xf4a88)
(BuildId: 07025f7028533fc886375706991455ee32000000200000000100000000000d00)
#3 0x100e2a29c in HMAC+0x94 (libcrypto.3.dylib:arm64+0x10229c) (BuildId:
07025f7028533fc886375706991455ee32000000200000000100000000000d00)
...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]