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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to