fix a crash on aarch64 with scalable TypeSizes
From 537f3d3a7588d226b86590f97c4401107585e1ce Mon Sep 17 00:00:00 2001
From: Jakob Koschel <jakobkoschel at 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.
update to caddy-2.11.4
https://github.com/caddyserver/caddy/releases/tag/v2.11.3https://github.com/caddyserver/caddy/releases/tag/v2.11.4
Security-related patches may be breaking if your application relies on
the buggy behaviors:
caddyhttp: Normalize Windows backslashes in path matcher
rewrite: Prevent placeholder re-expansion in injected query
templates: Improved stripHTML action to more reliably remove malformed HTML
caddyhttp: Ignore header fields with underscores to prevent collisions