[
https://issues.apache.org/jira/browse/TS-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leif Hedstrom updated TS-4647:
------------------------------
Component/s: Tests
> CID 1214706 : Incorrect buf reference
> -------------------------------------
>
> Key: TS-4647
> URL: https://issues.apache.org/jira/browse/TS-4647
> Project: Traffic Server
> Issue Type: Bug
> Components: Tests
> Reporter: Tyler Stroh
> Assignee: Tyler Stroh
> Fix For: 7.0.0
>
>
> 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)