Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-92675

Add a fuzzer for the BSONColumn builder

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • Fully Compatible
    • Execution Team 2024-08-05, Execution Team 2024-08-19, Execution Team 2024-09-02

      https://jira.mongodb.org/browse/BF-33577 highlighted that the bsoncolumn builder is only exercised by fuzzers indirectly through the fuzzers that exercise bsoncolumn decoding.  As a result, it's difficult for the fuzzer to fully explore the space of possible inputs to the bsoncolumn builder itself, and some bugs may be unseen for a long time.  We should add a fuzzer that directly exercises the builder and checks that it does not cause fatal errors for any inputs.  This requires devising a mapping from random fuzzer strings to the space of valid BSONElement inputs to the builder.

            Assignee:
            binh.vo@mongodb.com Binh Vo
            Reporter:
            binh.vo@mongodb.com Binh Vo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: