I'm not sure what this app is supposed to do and there's no README for it with expectations.
It fails very quickly on the Microbit (printout in grow_stack() only happens once), but I'm not sure that's a bug. I think the stack is going out-of-bounds somewhere in the printf() call, which makes it hard to predict what stack out-of-bounds is expected.
I'm not sure what this app is supposed to do and there's no README for it with expectations.
It fails very quickly on the Microbit (printout in
grow_stack()only happens once), but I'm not sure that's a bug. I think the stack is going out-of-bounds somewhere in theprintf()call, which makes it hard to predict what stack out-of-bounds is expected.