p2p/discover: fix race in ListenUDP
udp.Table was assigned after the readLoop started, so packets could arrive and be processed before the Table was there.
Loading
Please register or sign in to comment
good morning!!!!
udp.Table was assigned after the readLoop started, so packets could arrive and be processed before the Table was there.