Matthias Möller

Results 6 issues of Matthias Möller

Hi, pretty similar to https://github.com/duckdb/duckdb/pull/9310 In the 0.10.0 release, another static string slipped in. When I link dynamically against a lib which uses duckdb, AddressSanitizer complains a bit on shutdown....

**Issue #, if available:** #2056 **Description of changes:** This PR changes how the flags for the MSVC C++ runtime linkage are set. Before this PR, the CMAKE_CXX_FLAGS were changed. WIth...

Cmake

Hi, I use the newest CTRE 3.7.2 (but also tried a 2.x version with same results) and MSVC2022. With C++17 activated, I can compile the examples, with C++20 activated, I...

This PR fixes some bool loads which are not initialized. With ubsan and the "option -fsanitize=bool", this results in a runtime error during test execution. When running the unittest suite...

Maybe fixes #4231 (fuzzer says, it is a NULL read, but when trying the file, I get a memory leak. Also, in the issue, you also tried to fix some...

This PR migrates the current implementation from [find_package(CUDA)](https://cmake.org/cmake/help/latest/module/FindCUDA.html) to [find_package(CUDAToolkit)](https://cmake.org/cmake/help/latest/module/FindCUDAToolkit.html) . It removes the old path, most notably the test compilation with CUDA. Here, I am not sure if it...