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

Commands with empty string cause the server to terminate

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.8.0-rc2
    • Affects Version/s: 2.7.8
    • Component/s: Stability
    • Labels:
    • ALL
    • Hide
      db.runCommand({ "dbHash" : "" });
      db.runCommand({ "dbStats" : "" });
      
      Show
      db.runCommand({ "dbHash" : "" }); db.runCommand({ "dbStats" : "" });

      The following commands cause the mongod to terminate, when specified with invalid input:

      • dbHash
      • dbStats

            Assignee:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Reporter:
            jonathan.abrahams Jonathan Abrahams
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: