[GitHub] commons-lang pull request #200: LANG-1276

2016-10-23 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/commons-lang/pull/200


---
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] commons-lang pull request #200: LANG-1276

2016-10-22 Thread andyklimczak
GitHub user andyklimczak opened a pull request:

https://github.com/apache/commons-lang/pull/200

LANG-1276

Fix issue of buf using nonupdated buffer in StrBuilder replaceImpl
Avoid array OoB error by keeping variable buf consistent with buffer

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

$ git pull https://github.com/andyklimczak/commons-lang LANG-1276

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

https://github.com/apache/commons-lang/pull/200.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 #200


commit 0dd44493d70188ed6145cdb130537532cbc68522
Author: Andy Klimczak 
Date:   2016-10-23T01:54:14Z

LANG-1276
Avoid array OOB error by keeping variable buf consistent with buffer in
StrBuilder replaceImpl




---
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.
---