Skip to content
Snippets Groups Projects
  • Ole Hansen's avatar
    53f65562
    Address Coverity CIDs 327422, 327379, 327360, 327311, 327352 and 327375 · 53f65562
    Ole Hansen authored
    I had already fixed 327311, 327352 and 327375, but was unaware that
    one CID might apply to several code locations. These were "dead code"
    warnings beause of copy and paste errors in Fadc250Module.
    
    The other CIDs, 327422, 327379 and 327360, warned about "tainted"
    (unckecked) input data in THaEpics::LoadData and
    dbconvert::Detector::ReadBlock. I added checks that seem reasonable.
    53f65562
    History
    Address Coverity CIDs 327422, 327379, 327360, 327311, 327352 and 327375
    Ole Hansen authored
    I had already fixed 327311, 327352 and 327375, but was unaware that
    one CID might apply to several code locations. These were "dead code"
    warnings beause of copy and paste errors in Fadc250Module.
    
    The other CIDs, 327422, 327379 and 327360, warned about "tainted"
    (unckecked) input data in THaEpics::LoadData and
    dbconvert::Detector::ReadBlock. I added checks that seem reasonable.
Fadc250Module.cxx 44.16 KiB