Uploaded image for project: 'Couchbase C client library libcouchbase'
  1. Couchbase C client library libcouchbase
  2. CCBC-196

Handle -1 return value from found_incorrect_master

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.0.5
    • 2.0.5
    • library
    • Security Level: Public
    • None

    Description

      If vbucket_found_incorrect_master returns a negative value, the code in parse_single will fail:

      assert((lcb_size_t)idx < instance->nservers);

      This should be handled and the command should be failed out accordingly.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mnunberg Mark Nunberg (Inactive)
            mnunberg Mark Nunberg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty