• Robert Schmidt's avatar
    Memory sanitizer: unitialized read · 42254e62
    Robert Schmidt authored
    Reset all the circular buffer to zero; this ensures that we cannot read
    uninitialized data. Since this is RFsimulator, performance is not a
    problem here either (and zeroing out happens only once).
    42254e62
simulator.c 42.4 KB