https://bugs.kde.org/show_bug.cgi?id=498380
--- Comment #3 from iph...@gmail.com --- It's undefined behaviour. This prevents us from using ubsan in trap mode as a security measure (yes, crashes are better than remote code execution). The zig cross compiler toolchain has this as a (in my view sensible) default. UB should not happen. The code here intends to create a positive value, but actually creates a negative one. I haven't checked what happens if we let it do that. -- You are receiving this mail because: You are watching all bug changes.