Actions
Bug #7049
closedutil/radix-tree: Possible dereference of nullptr in case of unsuccess allocation of memory for node
Affected Versions:
Effort:
Difficulty:
low
Label:
Beginner
Description
There is two places in util-radix-tree:SCRadixAddKeyInternal, where pointer do not checked after allocation
- Allocation memory for new_node and absent check for it;
- Similar for inter_node;
Files
Updated by Alexey Simakov 5 months ago
- Subject changed from util-radix-tree. Possible dereference of nullptr in case of unsuccess allocation to util-radix-tree. Possible dereference of nullptr in case of unsuccess allocation of memory for node
Updated by Alexey Simakov 5 months ago
- Subject changed from util-radix-tree. Possible dereference of nullptr in case of unsuccess allocation of memory for node to util-radix-tree: Possible dereference of nullptr in case of unsuccess allocation of memory for node
Updated by Alexey Simakov 5 months ago
- Subject changed from util-radix-tree: Possible dereference of nullptr in case of unsuccess allocation of memory for node to util/radix-tree: Possible dereference of nullptr in case of unsuccess allocation of memory for node
Updated by Alexey Simakov 5 months ago
- Status changed from In Review to Resolved
Updated by Alexey Simakov 5 months ago
- Status changed from Resolved to In Review
Updated by Victor Julien 5 months ago
- Status changed from Closed to Resolved
- Target version changed from TBD to 8.0.0-beta1
- Label Needs backport to 7.0 added
Updated by Philippe Antoine 5 months ago
- Status changed from Resolved to Closed
Actions