Actions
Bug #375
closedradix unittest valgrind error
Affected Versions:
Effort:
Difficulty:
Label:
Description
28625 1 errors in context 8 of 10:
28625 Conditional jump or move depends on uninitialised value(s)
28625 at 0x822902D: SCRadixTestUserdataMacro01 (util-radix-tree.c:4210)
28625 by 0x8214D42: UtRunTests (util-unittest.c:200)
28625 by 0x8056DDB: main (suricata.c:1360)
28625 Conditional jump or move depends on uninitialised value(s)
28625 at 0x822902D: SCRadixTestUserdataMacro01 (util-radix-tree.c:4210)
28625 by 0x8214D42: UtRunTests (util-unittest.c:200)
28625 by 0x8056DDB: main (suricata.c:1360)
Files
Updated by Anoop Saldanha almost 13 years ago
- File 0001-fix-for-bug-375-update-radix-test-that-wrongly-uses-.patch 0001-fix-for-bug-375-update-radix-test-that-wrongly-uses-.patch added
- Status changed from New to Resolved
- Assignee set to Anoop Saldanha
- Estimated time set to 0.25 h
fix attached.
Updated by Victor Julien almost 13 years ago
I think this fix only clears the node data structure for the size of the pointer, not for the size of the actual data it points to.
Updated by Anoop Saldanha almost 13 years ago
The fix is right. It is a sizeof(*node) in my fix, not sizeof(node)
Updated by Victor Julien almost 13 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
Applied, thanks Anoop.
Actions