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

Pontential buffer overrun in traffic_line command line

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.0.0a
    • Security
    • None

    Description

      There are potential buffer overruns in CliMain.cc, where we do things like

      strncat(buf, "x", sizeof(buf);
      strncat(buf, "y", sizeof(buf);

      Proposed patch coming next.

      Attachments

        1. buff.diff
          6 kB
          Leif Hedstrom

        Activity

          People

            zwoop Leif Hedstrom
            zwoop Leif Hedstrom
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: