The KASSERT indicates that the index is guaranteed not to be OOB.
Reported by: des
Differential D57172
netlink: Avoid potential undefined behaviour Authored by emaste on Fri, May 22, 2:55 PM.
Details
The KASSERT indicates that the index is guaranteed not to be OOB. Reported by: des
Diff Detail
Event TimelineComment Actions Agreed but I didn't report this, I reported something else that I now realize is a non-issue (the assignment on line 139 is ok because of the check on line 123, and the assignment on line 147 is ok because of the check on line 141)
| ||||||||||||||||||