Commit 81076a5
Remove TODO from 30-symb_lockset_mayunlock.c: race is now detected with may-equality fix
The unlock of &p2->mymutex (where p2 may be NULL or p1) now correctly removes
&p1->mymutex from the lockset via MayPointTo may-equality check, making the
subsequent p1->myint++ correctly detected as a race condition.
Agent-Logs-Url: https://github.com/goblint/analyzer/sessions/644f1b44-5460-4a93-89cf-0770892d1b67
Co-authored-by: vesalvojdani <911273+vesalvojdani@users.noreply.github.com>1 parent 50a66e0 commit 81076a5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments