• Cedric Roux's avatar
    bugfix: avoid a crash when oai_exit is set · 924d88bb
    Cedric Roux authored
    There was a crash when we exit the nr softmodem with AW2S device.
    The array rxbase[] was surely freed() by some other thread, so
    let's not access it after detecting oai_exit != 0.
    
    We also need to unblock a possible reader thread. The chosen way to
    do may be not the best. To be checked.
    924d88bb
eth_udp.c 20.2 KB