decoder: Don't skip errors in ASCII long format
1. the number has to be terminated with 'L' - check it (previously last byte was simply discarded) 2. big.Int.SetString() ok code has to be checked too to catch invalid input. big.Int.SetString() usage in test adjusted to also not skip errors silently.
Showing
Please register or sign in to comment