Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lldp defect miscellaneous fixes as patches #6118

Merged
merged 1 commit into from
Jan 5, 2021

Commits on Jan 4, 2021

  1. lldp patches

        The details are as follows:
        1. 0010-Ported-fix-for-length-exceeded-from-lldp-community.patch
        Ported fix lldpd/lldpd#408 from LLDP community.
        lib: remove limit on system description length
    
        The limit was introduced in 9c49ced while fixing a memory leak.
        The state data is used to ensure we don't interleave operations. We
        need to handle the case where the value is truncated because it is
        larger than the allocated size.
    
        Fix sonic-net#408.
        2. 0011-fix-med-location-len.patch
        Ported fix lldpd/lldpd#422 from community.
        lib: fix LLDP-MED location parsing in liblldpctl
    
        Some bounds were not checked correctly when parsing LLDP-MED civic
        location fields. This triggers out-of-bound reads (no write) in
        lldpcli, ultimately leading to a crash.
    
        Fix sonic-net#420
    Signed-off-by: sudhanshukumar22 <sudhanshu.kumar@broadcom.com>
    sudhanshukumar22 committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    3e8030f View commit details
    Browse the repository at this point in the history