You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case TEEP_TYPE_update: // TrustedAppUpdate
logger.debug(obj);
let TAUpdateOption = new cbor.Map();
if (obj.hasOwnProperty("manifest-list")) { // 10: manifest-list (ref.CBORLabels)
TAUpdateOption.set(cborLtoI['manifest-list'], obj["manifest-list"]);
}
TAUpdateOption.set(cborLtoI['token'], obj.TOKEN); // 20: token * this token is not neccessary
if (obj.hasOwnProperty("TC_LIST")) { // 8: tc-list (unneeded and deleting TC-LIST)
TAUpdateOption.set(cborLtoI['tc-list'], obj.TC_LIST);
}
// * $$update-extensions and * $$teep-option-extensions added if needed.
cborArray.push(TAUpdateOption);
may cause Stream API overflow, originally reported here.
The text was updated successfully, but these errors were encountered:
https://github.com/ko-isobe/tamproto/blob/master/teep-p.js#L387
may cause Stream API overflow, originally reported here.
The text was updated successfully, but these errors were encountered: