fix: chip info bus error (#66)

This commit is contained in:
septs 2024-04-19 23:49:51 +08:00 committed by GitHub
parent c33781300b
commit faef813b17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1285,7 +1285,7 @@ int es10b_get_rat(struct euicc_ctx *ctx, struct es10b_rat **ratList)
case 0xA1: // allowed operators
{
struct euicc_derutil_node n_allowed_operator, n_operator;
struct es10b_operation_id *operations_wptr;
struct es10b_operation_id *operations_wptr = NULL;
struct es10b_operation_id *p;
n_allowed_operator.self.ptr = tmpchildnode.value;