mbox series

[ovs-dev,v2,0/6] Incorporate fixes from lldpd upstream

Message ID 20201027223003.166768-1-fdangelo@redhat.com
Headers show
Series Incorporate fixes from lldpd upstream | expand

Message

Fabrizio D'Angelo Oct. 27, 2020, 10:29 p.m. UTC
This patchset pulls in a number of required fixes that have been
accumulated over the years in lldpd.

https://travis-ci.org/github/fabrizio8/ovs/builds/739390567

Aaron Conole (1):
  lldp: validate a bit more received LLDP frames

Fabrizio D'Angelo (5):
  lldp: Fix size of PEEK_DISCARD_UINT32()
  lldp: fix a buffer overflow when handling management address TLV
  lldp: increase statsTLVsUnrecognizedTotal on unknown TLV
  lldp: correctly increase discarded count
  AUTHORS: Add Fabrizio D'Angelo.

 AUTHORS.rst      |  1 +
 lib/lldp/lldp.c  | 63 +++++++++++++++++++++++++++++++++++++++++++++---
 lib/lldp/lldpd.c |  2 ++
 3 files changed, 62 insertions(+), 4 deletions(-)