Fixed COV decoding of value list that would cause an unterminated chained result list. Thank you, Andreas, for the fix!

This commit is contained in:
skarg
2013-02-18 15:59:15 +00:00
parent 850b579744
commit ecaa979948
+1
View File
@@ -280,6 +280,7 @@ int cov_notify_decode_service_request(
}
/* end of list? */
if (decode_is_closing_tag_number(&apdu[len], 4)) {
value->next = NULL;
break;
}
/* is there another one to decode? */