[
https://issues.apache.org/jira/browse/TS-4647?focusedWorklogId=25517&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25517
]
ASF GitHub Bot logged work on TS-4647:
--------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jul/16 21:44
Start Date: 15/Jul/16 21:44
Worklog Time Spent: 10m
Work Description: Github user shinrich commented on the issue:
https://github.com/apache/trafficserver/pull/799
Looks reasonable to me.
Issue Time Tracking
-------------------
Worklog Id: (was: 25517)
Time Spent: 20m (was: 10m)
> 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
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)