mbox series

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

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

Message

Fabrizio D'Angelo Nov. 12, 2020, 5:25 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 (1):
  AUTHORS: Add Fabrizio D'Angelo.

Jonas Johansson (1):
  lldp: Fix size of PEEK_DISCARD_UINT32()

Vincent Bernat (3):
  lldp: fix a buffer overflow when handling management address TLV
  lldp: increase statsTLVsUnrecognizedTotal on unknown TLV
  lldp: correctly increase discarded count

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