Author :
martijn
Date :
2022-11-03 17:58:10
Hash :469af3a4 Message :When decoding a sequence/set, make sure that:
- We don't create an uninitialized element when there are no subelements to
decode
- If subelements overflow we return EINVAL
While here fix an eyesore of a line continuation.
OK claudio@