Uploaded image for project: 'OpenDNSSEC'
  1. OpenDNSSEC
  2. OPENDNSSEC-281

commandhandler race condition

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 1.4.0a2, 2.0.0
    • Fix Version/s: 1.4.0b2, 2.0.0
    • Component/s: Enforcer NG, Signer
    • Labels:
      None

      Description

      When running Signer or Enforcer-ng in gdb the command handler does not seem to listen to the socket. First argument of select has a count+1 rather than a max+1.

      • ret = select(ODS_SE_MAX_HANDLERS+1, &rset, NULL, NULL, NULL);
        + ret = select(cmdhandler->listen_fd+1, &rset, NULL, NULL, NULL);

        Attachments

          Activity

            People

            Assignee:
            sara Sara Dickinson
            Reporter:
            yuri Yuri Schaeffer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: