Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a spec violation in rec_destroy (rec_aux_state)
This fixes rec_aux_state in B4.3.13.3, detected by model checking. All the pointers inside Rec's aux should be set as Delegated. ``` B4.3.13.3 Success conditions ID Condition rec_aux_state AuxStateEqual( Rec(rec).aux, RecAuxCount(rd), DELEGATED) ``` Signed-off-by: Changho Choi <[email protected]>
- Loading branch information