Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-9407

Coverity: CID 122324: members not initialized in cppsuite...cursor_bound_01.cpp

    • Type: Icon: Bug Bug
    • Resolution: Won't Do
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Storage Engines
    • 1
    • Storage Engines - 2022-06-27

      In cursor_bound_01.cpp: line 88, line 89:

      1. member_not_init_in_gen_ctor: The compiler-generated constructor for this class does not initialize _inclusive.
       88        bool _inclusive;
         	
      CID 122324 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
      2. member_not_init_in_gen_ctor: The compiler-generated constructor for this class does not initialize _lower_bound.
       89        bool _lower_bound;
      

            Assignee:
            jie.chen@mongodb.com Jie Chen
            Reporter:
            donald.anderson@mongodb.com Donald Anderson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: