Mao Zhongyi <maozy.f...@cn.fujitsu.com> writes: > v2: > * PATCH 02 reworking of patch 2 following Markus's suggestion that convert > error_report() > in the function called by net_socket_*_init() to Error. Also add many error > handling > information. > * PATCH 03 net_socket_mcast_create(), net_socket_fd_init_dgram() and > net_socket_fd_init() > use the function such as fprintf, perror to report an error message. > Convert it to Error. > * PATCH 04 parse_host_port() may fail without reporting an error. Now, fix it > to set an > error when it fails.
Needs a bit more work. I'll continue review with v3.