Closed
Description
Per default an object is created via arduino::EthernetClass Ethernet;
. In this case the eth_if
member got initialized (which is a pointer).
But when user creates his own object and passes a null pointer for EthernetInterface()
arduino::EthernetClass Ethernet(nullptr);
Several calls to other public functions, will directly call/access the null pointer.
Metadata
Metadata
Assignees
Labels
No labels