mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
leave fencepost condition *completely* open-ended. Closes 1286.
This commit is contained in:
parent
7b8ca0a03f
commit
b974fbff9c
@ -63,7 +63,7 @@ nllookup( address )
|
||||
low = middle + 1;
|
||||
}
|
||||
}
|
||||
if(nl[middle+1].value == address) {
|
||||
if(nl[middle+1].value <= address) {
|
||||
# ifdef DEBUG
|
||||
if (debug & LOOKUPDEBUG ) {
|
||||
printf("[nllookup] %d (%d) probes, fall off\n", probes, nname-1);
|
||||
|
Loading…
Reference in New Issue
Block a user