The condition of the embracing for(;;) loop is the same.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 71186 Build 68069: arc lint + arc unit
Event Timeline
| sys/netinet/in_pcb.c | ||
|---|---|---|
| 1601 | Is it possible for inp to become NULL here first, and then for the for loop to attempt to update inp by assigning II_LIST_NEXT(**NULL**, hash) here? | |
| sys/netinet/in_pcb.c | ||
|---|---|---|
| 1601 | I mean, theorically, for loop will update the variable first and then it will test its condition. | |