Uploaded image for project: 'MariaDB Connector/Python'
  1. MariaDB Connector/Python
  2. CONPY-251

cursors nextset() method doesn't check stmt status (and might crash)

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 1.1.5
    • 1.1.6
    • DBAPI 2.0
    • None

    Description

      In cursor method nextset() the status of the statement handle will not be checked - if a cursor was not executed before (self->stmt = NULL) it will crash.

      How to repeat:

      import mariadb
      conn= mariadb.connect()
      cursor= conn.cursor()
      cursor.nextset()
      

      Attachments

        Activity

          People

            georg Georg Richter
            georg Georg Richter
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.