Tyler Stroh created TS-4647:
-------------------------------

             Summary: CID 1214706 : Incorrect buf reference
                 Key: TS-4647
                 URL: https://issues.apache.org/jira/browse/TS-4647
             Project: Traffic Server
          Issue Type: Bug
            Reporter: Tyler Stroh


This should reference buf3.

1243  char buf3[next_required_overflow_size];
1244  for (unsigned int i = 0; i < sizeof(buf); ++i) {
1245    buf3[i] = ('a' + (i % 26));
1246  }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to