Actions
Bug #4822
closed
JL
SB
conf: quadratic complexity
Bug #4822:
conf: quadratic complexity
Affected Versions:
Effort:
Difficulty:
Label:
Description
Found by oss-fuzz:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38649
ConfNodeLookupChild iterates over the whole list to check if a node is already present
If we are adding many sequences, this leads to quadratic complexity.
When adding node 10000, we check if the first 9999 nodes are names 10000
JL Updated by Jeff Lucovsky over 4 years ago
- Copied from Bug #4812: conf: quadratic complexity added
SB Updated by Shivani Bhardwaj about 4 years ago
- Status changed from Assigned to In Progress
SB Updated by Shivani Bhardwaj about 4 years ago
- Status changed from In Progress to In Review
SB Updated by Shivani Bhardwaj about 4 years ago
- Status changed from In Review to Closed
Actions