[
https://issues.apache.org/jira/browse/CLOWNFISH-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14510786#comment-14510786
]
ASF GitHub Bot commented on CLOWNFISH-35:
-----------------------------------------
GitHub user nwellnhof opened a pull request:
https://github.com/apache/lucy-clownfish/pull/11
CLOWNFISH-35 Use size_t for Array and Hash indices
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nwellnhof/lucy-clownfish
CLOWNFISH-35-size_t-indices
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucy-clownfish/pull/11.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 #11
----
commit 2db62be359d2fb2ab72bc515bbdcb0d9f65362ac
Author: Nick Wellnhofer <[email protected]>
Date: 2015-04-23T12:29:16Z
Use size_t for VArray indices
commit ed096ff47a3d92eb06a2204b8352043a32c5fc58
Author: Nick Wellnhofer <[email protected]>
Date: 2015-04-23T12:33:51Z
Avoid potential overflow in VA_Excise
commit 24ab8ec602e6b5085cad56ea10809727e8bb8929
Author: Nick Wellnhofer <[email protected]>
Date: 2015-04-23T12:35:57Z
Simplify range check in VA_Slice
commit b93a882aacd6750235c26059b250bbb8247c3053
Author: Nick Wellnhofer <[email protected]>
Date: 2015-04-23T13:05:31Z
Check for overflow in VA_Grow
commit 5e798aea6d48f6f2412cb8132b617952e1f5607c
Author: Nick Wellnhofer <[email protected]>
Date: 2015-04-24T10:27:06Z
Use size_t for Hash indices
----
> Use size_t for Array and Hash indices
> -------------------------------------
>
> Key: CLOWNFISH-35
> URL: https://issues.apache.org/jira/browse/CLOWNFISH-35
> Project: Apache Lucy-Clownfish
> Issue Type: Improvement
> Components: Core
> Reporter: Nick Wellnhofer
> Assignee: Nick Wellnhofer
> Fix For: 0.5.0
>
>
> Use 64-bit indices on 64-bit systems.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)