Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-4505

Buffer overrun when processing --log-bin parameter without file name

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.0.2, 5.5.30
    • 10.0.3, 5.5.31
    • None
    • None

    Description

      sql/mysqld.cc:4564:

          if (opt_bin_logname && 
              opt_bin_logname[strlen(opt_bin_logname) - 1] == FN_LIBCHAR)

      But when I pass --log-bin without filename the opt_bin_logname is actually an empty string and then the statement accesses invalid memory address. These same code lines work fine on MySQL 5.1, so apparently at some point opt_bin_logname was changed to have empty string instead of NULL.

      Attachments

        Activity

          People

            serg Sergei Golubchik
            pivanof Pavel Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.