You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by andyklimczak <gi...@git.apache.org> on 2016/10/23 02:11:24 UTC

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

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 <an...@fastmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] commons-lang issue #200: LANG-1276

Posted by coveralls <gi...@git.apache.org>.
Github user coveralls commented on the issue:

    https://github.com/apache/commons-lang/pull/200
  
    
    [![Coverage Status](https://coveralls.io/builds/8463388/badge)](https://coveralls.io/builds/8463388)
    
    Coverage increased (+0.02%) to 93.57% when pulling **0dd44493d70188ed6145cdb130537532cbc68522 on andyklimczak:LANG-1276** into **e2dbe55d56bd6c1209276050f527d36717e33e1d on apache:master**.



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] commons-lang issue #200: LANG-1276

Posted by PascalSchumacher <gi...@git.apache.org>.
Github user PascalSchumacher commented on the issue:

    https://github.com/apache/commons-lang/pull/200
  
    Thanks! :+1: 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by asfgit <gi...@git.apache.org>.
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---