• William King's avatar
    Coverity reported an Uninitialized pointer read. Upon further digging it appears… · f3393ef3
    William King 提交于
    Coverity reported an Uninitialized pointer read. Upon further digging it appears that there is a code path where incoming packets can come in out of order, so this section of code tries to see if it can find the missed packets. As per FS-5202 there is a case where under heavy load the packet exists, and has most of the packet parsed, but still has a NULL pointer for the packet buffer. These two lines would at least help detect the edge case.
    f3393ef3
udptl.c 16.5 KB