Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Add undefined behavior sanitizer checks
Introduce the utilization of UBSan (Undefined Behavior Sanitizer) to identify any instances of undefined behavior within the codebase. The CI pipeline now includes tests specifically designed to catch such behavior.
- Loading branch information