Closed
Conversation
…mDNS queries (#1255) * Fix buffer overflow issue allowing out-of-bounds write when processing LLMNR or mDNS queries with very long DNS names when Buffer Allocation Scheme 1 is used * [V4.3.2] Release updates * Fix CI
* Fix buffer overflow issue allowing out-of-bounds write when processing LLMNR or mDNS queries with very long DNS names when Buffer Allocation Scheme 1 is used * [V4.3.2] Release updates * Fix CI * [AUTO][RELEASE]: Update version number in source files * Update SBOM * Update SBOM --------- Co-authored-by: tony-josi-aws <tony-josi-aws@users.noreply.github.com>
…ffer Allocation scheme 1 is used (#1266) * Return allocated buffer size from vNetworkInterfaceAllocateRAMToBuffers and use it to verify allocation requests when using Buffer Allocation 1 * Rename vNetworkInterfaceAllocateRAMToBuffers to uxNetworkInterfaceAllocateRAMToBuffers * Add min bytes assert for uxMaxNetworkInterfaceAllocatedSizeBytes * Fix formatting * Fix CBMC * Fix formatting * Address review comments * Fix inconsistent definition for dmaRX_TX_BUFFER_SIZE for Xilinx ports * Update allocation size for TM4C interface
* [V4.3.3] Update version info * [AUTO][RELEASE]: Update version number in source files * Update SBOM * Update SBOM --------- Co-authored-by: tony-josi-aws <tony-josi-aws@users.noreply.github.com>
…E-476) and Invalid Pointer Dereference (CWE-822) (#1296) * Initial version with UTs fixed * Fix missing check for IPv6 version field in header * Fix integer wrap around with IPv6 payload length field processing * Fix coverage and spell check * Fix unit test CI * Fix formatting * Minor fix * Fix MISRA issues * CI update * Fix release * [V4.3.4] release notes and version updates * Update History.txt
This file contains hidden or 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
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.Suggestion cannot be applied right now. Please check back later.
Description
Test Steps
Checklist:
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.