As mentioned, it’s a known problem with the stub generator that will hopefully eventually be fixed by CG.
I fixed it manually by increasing the size of the expected string (string(2) — which is actually 2+1 with the current generator for C — to parse 1 char + "\n\0" in C).
I did the same with the puzzle mentioned by @The_Auditor (and already answered here).
1 Like