-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
The following condition seems to be redundant or maybe plain erroneous (e.g. it was meant to be a >0):
Line 1193 in c9589e0
| if(offset >= 0 && it->second.vi) |
The offset is calculated as a modulo, so it will always be greater than 0:
Line 1191 in c9589e0
| size_t offset = (addr - it->first.base) % it->second.item_size; |
This was actually intercepted by the compiler.
Metadata
Metadata
Assignees
Labels
No labels