weston-embedded/uC-TCP-IP

'data_avail' may be used uninitialized in NetTCP_RxPktConnHandlerFinWait2()

tgAtSercel opened this issue · 1 comments

In file net_tcp.c, function "NetTCP_RxPktConnHandlerFinWait2()" the local variable "data_avail" may be used unitialized by the return statement,

Best Regards,

Thomas GIRARD

This has now been fixed. Thanks for the input @tgAtSercel