mirror of
https://github.com/openbsd/src.git
synced 2026-06-18 07:13:36 +02:00
8ba2a59033
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.
$OpenBSD: README,v 1.2 2016/09/03 22:32:04 benno Exp $ This directory contains software that is Gigantic and Nasty but Unavoidable. Some, but not all, of the software in this subtree follows special rules, i.e. licences other than BSD. So: - check the history of external code before importing it. - for GPL software be ready to arrange for copyright papers somewhat in advance if you want to work on it (the FSF takes a few months to process these). Otherwise, changes might not make it to the main distribution, and may need some further maintenance over time, or risk getting lost. Some internal changes are acceptable, but OpenBSD can't afford to maintain a complete separate toolchain on its own.