forked from seladb/PcapPlusPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix vuln crash-7d18f37e1f05e0ff4aa4dfa2f67dd738340ad9cf #12
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
Open
oss-patch
wants to merge
20
commits into
dev
Choose a base branch
from
patch-crash-7d18f37e1f05e0ff4aa4dfa2f67dd738340ad9cf
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix vuln crash-7d18f37e1f05e0ff4aa4dfa2f67dd738340ad9cf #12
oss-patch
wants to merge
20
commits into
dev
from
patch-crash-7d18f37e1f05e0ff4aa4dfa2f67dd738340ad9cf
Conversation
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
Variable Length Arrays, while widely supported as compiler extensions are not part of the C++ standard. Replaced them with std::vector.
Co-authored-by: GitHub <[email protected]>
* fix pre-commit configuration * pre-commit fixes * improve exclude more * apply fixes
* Auto pre-commit update * fix typo --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Ege Çetin <[email protected]> Co-authored-by: egecetin <[email protected]>
…ladb#1674) * Bump the pip-dependencies group across 1 directory with 2 updates Bumps the pip-dependencies group with 2 updates in the /Tests/ExamplesTest directory: [attrs](https://github.com/sponsors/hynek) and [pytest](https://github.com/pytest-dev/pytest). Updates `attrs` from 24.2.0 to 24.3.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.3.4) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * revert pyparsing --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: egecetin <[email protected]>
…gDevice. (seladb#1679) * Fixed lifetime issue of startup mutex and condition variable. * Variable name fixup.
…ladb#1660) * Converted some files. * Converted more files. * Converted source file comments. * Lint * Converted enum value docs * Formatting fixes. * Lint * Removed section comments. * Removed section comments. * Formatting fixes * Fix missed docstring. * Changed missed /* */ comments.
…eladb#1681) * Changed `IPNetwork` copy assignment implementation to copy-and-swap the internal network. This change fixes use of memory after being freed in case of self-assignment and provides a strong exception guarantee. * Removed the temporary variable.
…which is Ubuntu 24.04 (seladb#1686)
* apply fixes for Common++ * minor fixes * fix last issues * define a thread safe strerror * include array * format * not use scripts until all repo updated * revert unnecessary change * mark executable * add newline * rename getErrorString * deprecate multiplatformsleep * format * fix some weird struct braces * replace all multiplatformsleep calls * include thread for dpdk tests * include thread lib * format * fix braces for clang-format 19+ * fix new issues * fix comment * fix issues * fix for comment * oops one more * format --------- Co-authored-by: Liu, An-Chi <[email protected]>
1fbb74c
to
6c5d27f
Compare
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.
No description provided.