Open
Description
Description of defect
Currently methods sendto_control/recvfrom_control
in the class TCPSocket
are provided with the simple implementation - passing all the parameters to sendto/recvfrom
if control
parameter is NULL
. Proper implementation for this functions should be provided - handling non NULL
control parameter.
Target(s) affected by this defect ?
N/A
Toolchain(s) (name and version) displaying this defect ?
N/A
What version of Mbed-os are you using (tag or sha) ?
'mbed-os-99.99.99
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
mbed-tools 7.32.0
How is this defect reproduced ?
Passing non NULL control parameter to these methods returns NSAPI_ERROR_UNSUPPORTED
.