Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-1029

DNS crash if we free the memory into system

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.2
    • 3.1.2
    • DNS
    • None

    Description

      when we start to testing free memory into system, the DNS will cause crashing at:
      dns_result()

        if (!e->post(h, ent)) {
          for (int i = 0; i < MAX_DNS_RETRIES; i++) {
            if (e->id[i] < 0)
              break;
            h->release_query_id(e->id[i]);
          }
          return;
        }
      

      Attachments

        1. ts-1029.diff
          1 kB
          weijin

        Activity

          People

            taorui weijin
            zym Zhao Yongming
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: