Skip to content

Enable UBSAN and fix issues found

Mark de Wever requested to merge initialize-all-class-members into master

This fixes the UB found in ast-1069-test-msupdater-writing where changing the optimization level caused tests to fail.

ASAN is added, but fails. This will be fixed in AST-1075.

Merge request reports