mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
Removed the invalid precondition in netdev_driver_t::recv that the buffer never NULL and the length positive. (In the "get message size" case both is wrong, in the drop message case the first part is wrong.)