[GitHub] trafficserver pull request #1376: TSStringPercentDecode null-termination cli...

2017-01-25 Thread shinrich
Github user shinrich closed the pull request at:

https://github.com/apache/trafficserver/pull/1376


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1376: TSStringPercentDecode null-termination cli...

2017-01-25 Thread shinrich
GitHub user shinrich opened a pull request:

https://github.com/apache/trafficserver/pull/1376

TSStringPercentDecode null-termination clipping on overflow. 

Actually fixed by @petar last summer, but forgot to get it pushed to up.

Long URL's would cause buffer overflow write.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/shinrich/trafficserver 
tsstringpercentdecode_overflow

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafficserver/pull/1376.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 #1376


commit 1f73eac3997eb99f142b4e2dec0ecef5b55b29af
Author: Susan Hinrichs 
Date:   2017-01-25T21:49:38Z

TSStringPercentDecode null-termination clipping on overflow. Added 
Regression Test




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---