Actions
Bug #7475
closedProblem in HashTable remove function
Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Affected Versions:
Effort:
Difficulty:
Label:
Description
When the HashTableRemove function is called and when there is only one item in the bucket list, then the compare function is not called which could result in remove an entry without having the correct data.
Updated by Philippe Antoine 22 days ago
I do not see a commit for this, is this really in review ?
Updated by Philippe Antoine 21 days ago
- Affected Versions 8.0.0 added
I can see the buggy code, but maybe callers do not try to remove elements that are not in the hash table...
Updated by Philippe Antoine 17 days ago
- Tracker changed from Bug to Optimization
- Affected Versions deleted (
8.0.0)
Updated by Philippe Antoine 9 days ago
- Related to Bug #7828: Unexpected remove behavior in util-hash added
Updated by Shivani Bhardwaj 9 days ago
- Related to deleted (Bug #7828: Unexpected remove behavior in util-hash)
Updated by Shivani Bhardwaj 9 days ago
- Is duplicate of Bug #7828: Unexpected remove behavior in util-hash added
Updated by Shivani Bhardwaj 9 days ago
- Status changed from In Review to Rejected
- Assignee deleted (
Eric Leblond) - Target version deleted (
TBD)
@Eric Leblond rejecting this ticket as duplicate since the other one has a PR ready and you confirmed it's the same issue afterall.
Actions