p-net icon indicating copy to clipboard operation
p-net copied to clipboard

NULL pointer dereference in rt-kernel pnal_get_hostname

Open nattgris opened this issue 3 years ago • 0 comments

If the hostname is not defined in the rt-kernel config (CFG_LWIP_HOSTNAME), the rt-kernel port will strcpy from a NULL pointer (netif_default->hostname).

nattgris avatar Mar 16 '22 13:03 nattgris