-
- Downloads
Fix Coverity reports
TDatabasePDG.cxx: #11418 getc returns an int TTree.cxx: #10577 unused variable TTreeFormula.cxx: #10795,#10796,#13272,#13273,#13274,#14173 strcat -> strncat, strcpy -> strncpy TTreePlayer.cxx: #10891,#10892,#14169,#14170,#14172 strcpy -> strncpy TStreamerElement.cxx: #12537,#13200,#13318,#13586,#13587,#13588,#13589,#13590,#13591,#13596,#13597,#13598 strcpy,sprintf -> strncpy,snprintf (or TString) TStreamerInfo.cxx: #13470,#13787,#13788 strcpy,sprintf -> strncpy,snprintf (or TString) TBranchProxy.cxx: null pointer dereference. TBranch.cxx: #10689 null pointer dereference. loadfile.cxx: #10767,#12387.#12388,#12389,#12521,#12522,#13514,etc.. strcpy,sprintf -> strncpy,snprintf (or TString) TFileDrawMap.cxx: #10893,#10894,#10895,#13460,#14176,#14177,#14718,#14179 strcpy,sprintf -> strncpy,snprintf (or TString) TFile.cxx: #13789,#13193,#13450 strcpy,sprintf -> strncpy,snprintf (or TString) TMethod.cxx: #10802,#13310 strcpy,sprintf -> strncpy,snprintf (or TString) TClass.cxx: #10814,#13122,#13467,#13468,#13490 strcpy,sprintf -> strncpy,snprintf (or TString) TDataMember.cxx: #10825,#13241,#13329,#13330,#13584 strcpy,sprintf -> strncpy,snprintf (or TString) TFormula.cxx: #13263,#13783 sprintf -> snprintf or TString stlLoader.cxx: #13599 static array -> G__FastAllocString git-svn-id: http://root.cern.ch/svn/root/trunk@35450 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- cint/cint/src/loadfile.cxx 83 additions, 83 deletionscint/cint/src/loadfile.cxx
- core/meta/src/TClass.cxx 17 additions, 18 deletionscore/meta/src/TClass.cxx
- core/meta/src/TDataMember.cxx 11 additions, 13 deletionscore/meta/src/TDataMember.cxx
- core/meta/src/TMethod.cxx 7 additions, 6 deletionscore/meta/src/TMethod.cxx
- core/meta/src/TStreamerElement.cxx 33 additions, 33 deletionscore/meta/src/TStreamerElement.cxx
- core/metautils/src/stlLoader.cc 3 additions, 2 deletionscore/metautils/src/stlLoader.cc
- hist/hist/src/TFormula.cxx 9 additions, 8 deletionshist/hist/src/TFormula.cxx
- io/io/src/TFile.cxx 17 additions, 25 deletionsio/io/src/TFile.cxx
- io/io/src/TStreamerInfo.cxx 14 additions, 14 deletionsio/io/src/TStreamerInfo.cxx
- montecarlo/eg/src/TDatabasePDG.cxx 3 additions, 2 deletionsmontecarlo/eg/src/TDatabasePDG.cxx
- tree/tree/src/TBranch.cxx 3 additions, 0 deletionstree/tree/src/TBranch.cxx
- tree/tree/src/TTree.cxx 0 additions, 3 deletionstree/tree/src/TTree.cxx
- tree/treeplayer/inc/TFileDrawMap.h 1 addition, 1 deletiontree/treeplayer/inc/TFileDrawMap.h
- tree/treeplayer/src/TBranchProxy.cxx 5 additions, 1 deletiontree/treeplayer/src/TBranchProxy.cxx
- tree/treeplayer/src/TFileDrawMap.cxx 30 additions, 30 deletionstree/treeplayer/src/TFileDrawMap.cxx
- tree/treeplayer/src/TTreeFormula.cxx 18 additions, 18 deletionstree/treeplayer/src/TTreeFormula.cxx
- tree/treeplayer/src/TTreePlayer.cxx 14 additions, 6 deletionstree/treeplayer/src/TTreePlayer.cxx
Loading
Please register or sign in to comment