1 Commits

Author SHA1 Message Date
Erik Eckstein
f8ad7ade33 stdlib: fix the ArraySlice liverange dependency
Explicitly mark the dependency between the base pointer and the owner object.
Otherwise the owner object could be destroyed too early.
So far we got away with this because array semantic functions were not inlined in OSSA.

Fixes a miscompile.
2026-02-25 21:47:31 +01:00