mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
c94d4320d4
From 537f3d3a7588d226b86590f97c4401107585e1ce Mon Sep 17 00:00:00 2001 From: Jakob Koschel <jakobkoschel@google.com> Date: Thu, 5 Mar 2026 01:11:44 +0100 Subject: [PATCH] [SafeStack] Fix crashing with scalable TypeSizes (#180547) On e.g. aarch64 the TypeSize of scalar types can have a size that is not known at compile time. Currently when safestack occurs those it simply crashes as described in https://github.com/llvm/llvm-project/issues/175868.