intel / openlldp

Other
54 stars 42 forks source link

lldp: do not call 'assert' in rxProcessFrame() #57

Closed gonzoleeman closed 3 years ago

gonzoleeman commented 3 years ago

The state machine might have called 'DELETE' just before RX got triggered, so we might end up having no frame to process. If so just ignore this packet.

Signed-off-by: Hannes Reinecke hare@suse.de

gonzoleeman commented 3 years ago

This is the first of a few pull requests I'm going to submit from the openSUSE downstream repository here on github (openSUSE/lldpad)

apconole commented 3 years ago

Thanks, Hannes & Loren.

Merged.