Closed Programmerino closed 6 years ago
Right on, seems I missed the array boundaries check there. Should be an easy fix
@SkyrisBactera Added the fix for this issue along with test case. Closing. Feel free to re-open if you feel the issue is not yet resolved
If you use an argument and pass no value, the go program panics with
panic: runtime error: slice bounds out of range
. PoC: