CID
1238903 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
uninit_member: Non-static class member data_chunk_count is not
initialized in this constructor nor in any functions that it calls.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
(cherry picked from commit
2bb35bba995af1983a81669711fda7855e1ce532)
vector<Step> ruleset_steps;
ErasureCodeLrc() :
- ruleset_root("default")
+ data_chunk_count(0), ruleset_root("default")
{
ruleset_steps.push_back(Step("chooseleaf", "host", 0));
}