Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PolylineCollection indices arrays (#5538) #5782

Merged
merged 5 commits into from
Sep 27, 2017

Conversation

fcayre
Copy link
Contributor

@fcayre fcayre commented Aug 25, 2017

Fix PolylineCollection indices arrays (#5538)

A 64K buffer limit overflow test was wrong, leading to out-of range vertice indices.

Current PolylineCollection tests are not broken by the change, which calls for a new or updated test.

A 64K buffer limit overflow test was wrong, leading to out-of range vertice indices.
@cesium-concierge
Copy link

@fcayre, thanks for the pull request!

I noticed that CHANGES.md has not been updated. If this change updates the public API in any way, fixes a bug, or makes any non-trivial update, please add a bullet point to CHANGES.md and comment on this pull request so we know it was updated. For more info, see the Pull Request Guidelines.

I am a bot who helps you make Cesium awesome! Thanks again.

@ggetz
Copy link
Contributor

ggetz commented Aug 25, 2017

Hi @fcayre, thanks for the pull request!

Could you please send in a Contributor License Agreement so we can review this?

@fcayre
Copy link
Contributor Author

fcayre commented Sep 19, 2017

Hi @ggetz, you should have the document now, any update regarding the issue?

@pjcozzi
Copy link
Contributor

pjcozzi commented Sep 19, 2017

@fcayre thanks again for the contribution! I did not see your CLA, could you try emailing it directly to me: [email protected]. Thanks!

@pjcozzi
Copy link
Contributor

pjcozzi commented Sep 19, 2017

We now have a CLA from @fcayre, thanks!

@@ -152,4 +152,5 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to Cesiu
* [Rishabh Shah](https:/rms13)
* [Rudraksha Shah](https:/Rudraksha20)
* [Cody Guldner](https:/burn123)
* [Florent Cayré](https:/fcayre)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add yourself under the corporate CLA section?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pjcozzi done.

@ggetz
Copy link
Contributor

ggetz commented Sep 25, 2017

Thanks @fcayre, looks good! Please update CHANGES.md with the bug you fixed and this is all good to go!

@fcayre
Copy link
Contributor Author

fcayre commented Sep 26, 2017

@ggetz done, thanks.

@ggetz
Copy link
Contributor

ggetz commented Sep 26, 2017

@pjcozzi I think this is good to merge

@mramato
Copy link
Contributor

mramato commented Sep 27, 2017

Verified the error is gone. Thanks @fcayre!

@mramato mramato merged commit fe84d8e into CesiumGS:master Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants