Closed hayesgm closed 4 years ago
This patch fixes the encoding of an empty dynamic array, which was previously using a range 1..0, which is iterated twice, instead of zero times (as intended).
This patch fixes the encoding of an empty dynamic array, which was previously using a range 1..0, which is iterated twice, instead of zero times (as intended).