-
Notifications
You must be signed in to change notification settings - Fork 273
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
Feature 302 fuzz option #340
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
Add a Codacy badge to README.md
Bug #317 - add fuzzing.h to dist
This should fix parallel build.
add tcpreplay_opts.h to list of BUILT_SOURCES
improve fuzzing documentation
Bug #329 fix -l0 print logic
The option `--fuzz-seed` feeds the system's random seed. Although this produces consistent results between runs on a given platform, results will be inconsistent on other platforms. Therefore a test cannot be produced tht is multi-platform. Alternately a separate random number generated could be implemented, bypassing the system. This would ensure consistency across platforms.
Bug #316 fuzz test fails osx
-O3 can have adverse effects and may result in slower code, so users should be able to set and/or override it in USER_CFLAGS.
* Release_4.2.0beta3: even more Coverity fixes more Coverity fixes Coverity fixes Release 4.2beta3: bump version Release 4.2.0beta2 - update CHANGELOG (#326) add tcpreplay_opts.h to list of BUILT_SOURCES Bug #210 avoid overflow with -M option implement to modify loop updates (#296) (#297) #210 improve stats accuracy and avoid overflow when run for long periods
Replace deprecated AM_CONFIG_HEADER
Remove -O3 from CFLAGS
…ator Bug #316 new pseudo random generator
…R_staging Enhancement #334 am config header staging
* Enhancement #334 - Fix warnings on debug Latest changes caused multiple declarations of $VERSION and $PRODUCT, which caused `configure` test failures. The result was that tests failed where they otherwise would pass. Result was `-Wno-format-contains-nul` was not defined. Fix is to remove effectively duplicate declarations of the within `configure.ac`. * Enhancement #334 - fix build error
Won't merge now |
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.