Line 181:
Line 181:
|-
|-
| 1
| 1
−
| [[TMD]] size pointer
+
| [[TMD]] size pointer (not used)
| In
| In
| 4
| 4
Line 187:
Line 187:
|-
|-
| 2
| 2
−
| [[Certificate chain|Shared certs]] size pointer
+
| [[Certificate chain|Shared certs]] size pointer (not used)
| In
| In
| 4
| 4
Line 207:
Line 207:
| [[TMD]]
| [[TMD]]
| Out
| Out
−
| TMD size, from before, must match the value of the above pointer (it dereferences the out pointer, not the in pointer)
+
| TMD size, from before (i.e. *vector[4].data)
| 32
| 32
|-
|-
Line 219:
Line 219:
| Shared certs
| Shared certs
| Out
| Out
−
| Shared certs size, from before, must match the value of the above pointer (again, it dereferences the out pointer and not the in pointer)
+
| Shared certs size, from before (i.e. *vector[6].data)
| 32
| 32
|-
|-