[
https://issues.apache.org/jira/browse/TS-4647?focusedWorklogId=25507&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25507
]
ASF GitHub Bot logged work on TS-4647:
--------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jul/16 18:09
Start Date: 15/Jul/16 18:09
Worklog Time Spent: 10m
Work Description: GitHub user strotyl opened a pull request:
https://github.com/apache/trafficserver/pull/799
TS-4647: Fix incorrect buf reference
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/strotyl/trafficserver TS-4647
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/799.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #799
----
commit b34b1ca9e8ec01cab8fe0ddf1c2c9dd492b3a280
Author: Tyler Stroh <[email protected]>
Date: 2016-07-08T16:36:34Z
TS-4647: Fix incorrect buf reference
----
Issue Time Tracking
-------------------
Worklog Id: (was: 25507)
Time Spent: 10m
Remaining Estimate: 0h
> 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: 10m
> 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)