You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by rectang <gi...@git.apache.org> on 2016/03/15 00:36:05 UTC

[lucy-dev] [GitHub] lucy pull request: LUCY-294 Ensure nul-terminated C strings in tes...

GitHub user rectang opened a pull request:

    https://github.com/apache/lucy/pull/35

    LUCY-294 Ensure nul-terminated C strings in test code.

    Use `Str_To_Utf8` which is guaranteed to return a nul-terminated C
    string instead of `Str_To_Ptr8`.

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

    $ git pull https://github.com/rectang/lucy LUCY-294-nul-term

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

    https://github.com/apache/lucy/pull/35.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 #35
    
----
commit d9c7f35926aa337320112d6f03736b0cd13261c0
Author: Marvin Humphrey <ma...@rectangular.com>
Date:   2016-03-14T21:44:45Z

    Ensure nul-terminated C strings in test code.
    
    Use `Str_To_Utf8` which is guaranteed to return a nul-terminated C
    string instead of `Str_To_Ptr8`.

----


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

[lucy-dev] [GitHub] lucy pull request: LUCY-294 Ensure nul-terminated C strings in tes...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/lucy/pull/35


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