On Sun, Mar 7, 2021 at 1:48 PM Pip Cet wrote: > Proof-of-concept patch for a runtime check will be attached once this > has a bug number. Patch attached. It assumes the standard stack growth direction, and that __builtin_frame_address (0) is available and works. Uses GCC's __attribute__ ((cleanup (...))). My point here is that the technical implementation isn't the problem, the question is whether we're disciplined enough to run with checking enabled and react to bug reports about the fatal error being thrown. Pip