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
fix bugs when parsing malformed LLDP packets #405
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Hi. Thanks for the fixes! In order to accept them we need your Signed-off-by tag in the commit message in a following format: Here is what FAQ says about that: |
ce960cd
to
a250671
Compare
|
I added the Signed-off-by tag in the commit message if I did it correctly. |
Fixes: be53a5c ("auto-attach: Initial support for Auto-Attach standard") Signed-off-by: Qian Chen <cq674350529@163.com>
a250671
to
48b21e2
Compare
Signed-off-by: Qian Chen <cq674350529@163.com>
|
Changes were merged as commit 7490f28, so closing this PR. Thanks! |
doanac
pushed a commit
to lmp-mirrors/meta-virtualization
that referenced
this pull request
Jan 10, 2023
CVE-2022-4337: openvswitch: Out-of-Bounds Read in Organization Specific TLV CVE-2022-4338: openvswitch: Integer Underflow in Organization Specific TLV Reference: openvswitch/ovs#405 openvswitch/ovs@7490f28 Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
doanac
pushed a commit
to lmp-mirrors/meta-virtualization
that referenced
this pull request
Jan 10, 2023
CVE-2022-4337: openvswitch: Out-of-Bounds Read in Organization Specific TLV CVE-2022-4338: openvswitch: Integer Underflow in Organization Specific TLV Reference: openvswitch/ovs#405 openvswitch/ovs@7490f28 Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
doanac
pushed a commit
to lmp-mirrors/meta-virtualization
that referenced
this pull request
Jan 10, 2023
CVE-2022-4337: openvswitch: Out-of-Bounds Read in Organization Specific TLV CVE-2022-4338: openvswitch: Integer Underflow in Organization Specific TLV Reference: openvswitch/ovs#405 openvswitch/ovs@7490f28 Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
doanac
pushed a commit
to lmp-mirrors/meta-virtualization
that referenced
this pull request
Jan 10, 2023
CVE-2022-4337: openvswitch: Out-of-Bounds Read in Organization Specific TLV CVE-2022-4338: openvswitch: Integer Underflow in Organization Specific TLV Reference: openvswitch/ovs#405 openvswitch/ovs@7490f28 Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
jpuhlman
pushed a commit
to MontaVista-OpenSourceTechnology/meta-virtualization
that referenced
this pull request
Jan 20, 2023
Source: meta-virtualization MR: 123707 Type: Integration Disposition: Merged from meta-virtualization ChangeID: 79c584e Description: CVE-2022-4337: openvswitch: Out-of-Bounds Read in Organization Specific TLV CVE-2022-4338: openvswitch: Integer Underflow in Organization Specific TLV Reference: openvswitch/ovs#405 openvswitch/ovs@7490f28 Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
mseaster-wr
pushed a commit
to WindRiverLinux22/meta-virtualization
that referenced
this pull request
Feb 14, 2023
Issue: LIN1022-2736 LIN1022-2737 (kirkstone rev: 9c584eaaa5e1443a6449cdfddd1913ee6b162a3) -- Backport Reference to Upstream: https://git.yoctoproject.org/meta-virtualization/commit/?h=kirkstone&id=79c584eaaa5e1443a6449cdfddd1913ee6b162a3 CVE-2022-4337: openvswitch: Out-of-Bounds Read in Organization Specific TLV CVE-2022-4338: openvswitch: Integer Underflow in Organization Specific TLV Reference: openvswitch/ovs#405 openvswitch/ovs@7490f28 Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
fix two bugs when parsing malformed LLDP packets:
Signed-off-by: Qian Chen <cq674350529@163.com>