Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mdns] Added two nullptr checks to prevent falling into hard fault (#…
…24233) In mDNS code there isn't a check that would verify if memory was allocated successfully using new. In case it didn't the application will fall into hard fault due to usage of non-allocated memory. Added two checks verifying that memory was allocated successfully before using.
- Loading branch information