libmprompt icon indicating copy to clipboard operation
libmprompt copied to clipboard

Fix stack overwrite bug on AArch64

Open bacam opened this issue 2 years ago • 1 comments

This was harmless on debug builds because it only overwrote some dead local variables in the caller, but broke optimised builds.

I'm not entirely sure about the CFI, but gdb gives plausible backtraces.

bacam avatar Nov 28 '23 18:11 bacam

On a related note, we also have a Morello branch that you might be interested in...

bacam avatar Nov 28 '23 18:11 bacam