mbox series

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

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

Message

Fabrizio D'Angelo Nov. 13, 2020, 12:54 a.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(-)

Comments

Ilya Maximets Nov. 16, 2020, 7:20 p.m. UTC | #1
On 11/13/20 1:54 AM, Fabrizio D'Angelo wrote:
> 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(-)
> 

Thanks!
Applied to master and backported down to 2.5.

Best regards, Ilya Maximets.