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 illegal read in do_is_ordered #261

Merged
merged 1 commit into from
Aug 7, 2018

Conversation

TomAndrews
Copy link
Contributor

do_is_ordered tries to check whether the first element of the series
is NA. It needs to first check whether the series has at least one
element to avoid reading an uninitialised value.

Fixes #236.

do_is_ordered tries to check whether the first element of the series
is NA.  It needs to first check whether the series has at least one
element to avoid reading an uninitialised value.

Fixes joshuaulrich#236.
@joshuaulrich joshuaulrich merged commit 28be49b into joshuaulrich:master Aug 7, 2018
@joshuaulrich
Copy link
Owner

Thanks for investigating this, and providing a patch!

@joshuaulrich joshuaulrich added this to the Release 0.11-1 milestone Aug 19, 2018
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.

None yet

2 participants