Package: libubsan1 Source: gcc-14 Version: 14.2.0-19 Architecture: amd64 Maintainer: Debian GCC Maintainers Installed-Size: 3319 Depends: gcc-14-base (= 14.2.0-19), libc6 (>= 2.34), libgcc-s1 (>= 3.3), libstdc++6 (>= 4.1.1) Section: libs Priority: optional Multi-Arch: same Homepage: http://gcc.gnu.org/ Description: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++.