-
- Downloads
drivers/w5100: Fix recv() with too small buffer
If netdev_driver_t::recv() is called and the provided buffer is smaller than the frame then `-ENOBUFS` should be returned, the frame should be dropped, and no data of the frame should be returned. Addresses: https://github.com/RIOT-OS/RIOT/issues/10413
Please register or sign in to comment