rcross-lc
rcross-lc
If I simply remove the `size == 0` check, everything seems to work just fine.
I suspect maybe the size == 0 case is checking for the default initialized type_error() that can be returned by unpackArraySize? Maybe check if(!b_decode_success) instead of if(size == 0)? the...
Also experiencing this, built fine before.
I think I understand the problem, I'll investigate why my scarthgap builds can't co-exist with my kirkstone builds and/or change the TMPDIR and cache directories maybe...