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

[Oss-Fuzz] Adding fuzzer-stl_operations #2160

Closed
wants to merge 26 commits into from
Closed

[Oss-Fuzz] Adding fuzzer-stl_operations #2160

wants to merge 26 commits into from

Commits on Jun 7, 2020

  1. [Experiment] added a test fuzzer

    Tanuj Garg authored and tanuj208 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    f829e72 View commit details
    Browse the repository at this point in the history
  2. [Experiment] edited makefiles to include test fuzzer

    Tanuj Garg authored and tanuj208 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    cd36c9b View commit details
    Browse the repository at this point in the history
  3. [Experiment] corrected a typo in makefile

    Tanuj Garg authored and tanuj208 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    a90ff95 View commit details
    Browse the repository at this point in the history
  4. [Experiment] changed name of test fuzzer

    Tanuj Garg authored and tanuj208 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    b95ca37 View commit details
    Browse the repository at this point in the history
  5. [Experiment] renamed again for confirmation

    Tanuj Garg authored and tanuj208 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    651fb03 View commit details
    Browse the repository at this point in the history
  6. [Experiment] temp fuzzer removed

    Tanuj Garg authored and tanuj208 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    def05d0 View commit details
    Browse the repository at this point in the history
  7. fuzzer, testing conversion from vector & deque to json, added

    Tanuj Garg authored and tanuj208 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    35ce214 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d501bf View commit details
    Browse the repository at this point in the history
  9. Added conversion from various maps to json

    Tanuj Garg authored and tanuj208 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    74a0470 View commit details
    Browse the repository at this point in the history
  10. removed namespace bug

    Tanuj Garg authored and tanuj208 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    c66806b View commit details
    Browse the repository at this point in the history
  11. added parsing from vector and deque

    Tanuj Garg authored and tanuj208 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    57c8851 View commit details
    Browse the repository at this point in the history
  12. added looping in vector & map, and tested get(), push_back() & emplac…

    …e_back() methods
    Tanuj Garg authored and tanuj208 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    5868e7f View commit details
    Browse the repository at this point in the history
  13. changed datatype of key in maps from uint8_t to std::string

    Tanuj Garg authored and tanuj208 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    9388bb2 View commit details
    Browse the repository at this point in the history
  14. initialized json with empty array to test push_back & emplace_back me…

    …thods
    Tanuj Garg authored and tanuj208 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    5c51ebb View commit details
    Browse the repository at this point in the history
  15. resolved all warnings

    Tanuj Garg authored and tanuj208 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    35ac931 View commit details
    Browse the repository at this point in the history
  16. removed deque parsing because deque is not a contiguous byte sequence…

    … when it has large data
    Tanuj Garg authored and tanuj208 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    2efdbfa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6e81c78 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c06ee97 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    02c901e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2cd4352 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f3c7022 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f1f38cf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a94e1af View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    88194fd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d402b6a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0afebec View commit details
    Browse the repository at this point in the history