Details
Description
lwIP Stack uses memory buffer passed in LwIP_Socket_Write() for internal buffering. When application changes buffer content before the data was sent to the network peer, invalid data is sent to the peer. Its is expected that LwIP_Socket_Write() makes a copy of the passed data.