• Michael Cook's avatar
    eNB_scheduler_mch.c: Memory corruption · d8a7414e
    Michael Cook authored
    The global mbms_rab_id was defined as `uint16_t` in
    eNB_scheduler_mch.c but `int` in other places.  So, code that
    wrotes this global would clobber the two bytes that follow the
    variable in memory.
    
    Found by `-fsanitize=address`.
    d8a7414e
eNB_scheduler_mch.c 67.5 KB