• unknown's avatar
    BUG#26356 uninitialised data sent from TAMPER_ORD to DIHNDBTAMPER · cea0d57d
    unknown authored
    Don't send uninit data in TAMPER_ORD to DIHNDBTAMPER
    
    Even though this data is unused from the CMVMI (mgmd) signal,
    we shouldn't be doing stuff with uninited data.
    
    
    ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
      init the 3rd word of DIHNDBTAMPER before sending to DIH.
    cea0d57d
Cmvmi.cpp 38.2 KB