Commit 239d229
committed
rados/rados.cc: init non-static members in default ctor
Fix for:
CID 717354 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
uninit_member: Non-static class member id is not initialized in
this constructor nor in any functions that it calls.
uninit_member: Non-static class member type is not initialized in
this constructor nor in any functions that it calls.
uninit_member: Non-static class member off is not initialized in
this constructor nor in any functions that it calls.
uninit_member: Non-static class member len is not initialized in
this constructor nor in any functions that it calls.
uninit_member: Non-static class member lg is not initialized in
this constructor nor in any functions that it calls.
uninit_member: Non-static class member completion is not
initialized in this constructor nor in any functions that it calls.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>1 parent 4c99000 commit 239d229
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | | - | |
| 530 | + | |
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
| |||
0 commit comments