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

Feature 302 fuzz option #340

Closed
wants to merge 27 commits into from
Closed

Conversation

fklassen
Copy link
Member

No description provided.

codacy-badger and others added 27 commits March 11, 2017 17:27
This should fix parallel build.
add tcpreplay_opts.h to list of BUILT_SOURCES
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.
-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
* En #334 - modernize configure.ac

* Enhancement #334 - fix install on OS X
…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
@fklassen
Copy link
Member Author

Won't merge now

@fklassen fklassen closed this Mar 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants