Fix coverity issues
Dereference null return: 32943,32945,36325,36329: TFormLeafInfo::GetLocalValuePointer 33253: TTreeFormula::EvalObject 33763: CloneTree 33258: GetBasket 34034: In DropBuffers (in addition avoid reading the basket when the intend is to drop the content from memory!) 36307: TTree::BuildIndex 36328: DrawCopy 36332: GetStreamerInfoCache 33025: BuildStreamerInfo 42469: Clone 33436: MakeIterator Dereference after null check. 42470: in ImportStreamerInfo 33138: in TEntryListArray::Enter Unchecked return value: 32049, 32050: TBranchProxy::Read and Setup Mixed enums: 32705,32706: TClass::fStreamerType (and also name the enum type). git-svn-id: http://root.cern.ch/svn/root/trunk@43993 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- core/meta/inc/TClass.h 1 addition, 1 deletioncore/meta/inc/TClass.h
- core/meta/src/TClass.cxx 7 additions, 5 deletionscore/meta/src/TClass.cxx
- io/io/src/TStreamerInfo.cxx 2 additions, 2 deletionsio/io/src/TStreamerInfo.cxx
- tree/tree/src/TBranchElement.cxx 1 addition, 1 deletiontree/tree/src/TBranchElement.cxx
- tree/tree/src/TEntryList.cxx 2 additions, 2 deletionstree/tree/src/TEntryList.cxx
- tree/tree/src/TEntryListArray.cxx 1 addition, 1 deletiontree/tree/src/TEntryListArray.cxx
- tree/tree/src/TFriendElement.cxx 2 additions, 2 deletionstree/tree/src/TFriendElement.cxx
- tree/tree/src/TTree.cxx 25 additions, 16 deletionstree/tree/src/TTree.cxx
- tree/tree/src/TTreeCloner.cxx 1 addition, 1 deletiontree/tree/src/TTreeCloner.cxx
- tree/treeplayer/src/TBranchProxy.cxx 9 additions, 6 deletionstree/treeplayer/src/TBranchProxy.cxx
- tree/treeplayer/src/TFormLeafInfo.cxx 7 additions, 4 deletionstree/treeplayer/src/TFormLeafInfo.cxx
- tree/treeplayer/src/TSelectorDraw.cxx 13 additions, 11 deletionstree/treeplayer/src/TSelectorDraw.cxx
- tree/treeplayer/src/TTreeFormula.cxx 1 addition, 1 deletiontree/treeplayer/src/TTreeFormula.cxx
- tree/treeplayer/src/TTreeProxyGenerator.cxx 7 additions, 4 deletionstree/treeplayer/src/TTreeProxyGenerator.cxx
Loading
Please register or sign in to comment