af_packet : fix crash on interface creation 50/40250/2
authorhsandid <halsandi@cisco.com>
Wed, 24 Jan 2024 12:58:03 +0000 (13:58 +0100)
committerBeno�t Ganne <bganne@cisco.com>
Mon, 12 Feb 2024 16:29:22 +0000 (16:29 +0000)
commitd1fa7ae03e439f01bb37140bf84c06e6d78217e7
tree695a707ac6f738fbebfc1dbf549cd02bfe139b55
parent04fd51c03c428859bae949a8294ee0f9c062a44b
af_packet : fix crash on interface creation

Type: fix

Attempting to create a host-interface with an invalid af_packet name
causes a crash, as we attempt to read the contents of a null ptr.

Change-Id: Ia31ae21684c2b66baa1ceaadf29e19fae33c4ed4
Signed-off-by: hsandid <halsandi@cisco.com>
src/plugins/af_packet/af_packet.c