Files
esp-protocols/components
David Cermak f5be2f4115 fix(mdns): Fix potential null derefernce in _mdns_execute_action()
We did check for null-deref before checking 'a->type', but contol
continues and passes potential null-ptr to the processing function
_mdns_execute_action()
Fixed by asserting action != NULL, since it is an invalid state which
should never happen.
2025-01-15 14:21:59 +01:00
..
2024-06-24 15:50:50 +02:00
2024-12-10 12:48:09 +01:00
2024-12-20 15:09:41 +01:00
2025-01-07 14:06:42 +01:00