Björn Svensson

Results 35 issues of Björn Svensson

If a table with optional fields is created before the ds stack is allocated we get an UBSan error. The ds stack is normally allocated when the first field is...

We have seen that recent gRPC versions introduces a CPU degradation. In our case we could see a 30% increase when lifting from 1.59.0 (Sep 29, 2023) to a more...

kind/enhancement
lang/core
priority/P2
untriaged

The flag can be enabled in CMake using `-DENABLE_UB_SANITIZER=ON` similar to the existing flag for the address sanitizer. Building aws-sdk-cpp (and its dependencies) with this flag indicates a couple of...

### Describe the bug During shutdown of the CRT; if a thread takes longer time to respond than expected we might get a use after free. This can be seen...

bug
feature-request

Fixes runtime error warnings found when running the tests with the undefined behavior sanitizer enabled. Since the CI-build is not using `-fno-sanitize-recover=all` the warnings are recoverable and will not fail...