Skip to content
This repository was archived by the owner on May 15, 2018. It is now read-only.

Don't panic on empty input. #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Don't panic on empty input. #7

wants to merge 1 commit into from

Conversation

jgraham
Copy link
Owner

@jgraham jgraham commented Jun 9, 2017

Previously on empty input we had an overflow that led to a
panic. Avoid the overflow and also ensure that even with the overflow
we no longer panic by removing the index access.

Previously on empty input we had an overflow that led to a
panic. Avoid the overflow and also ensure that even with the overflow
we no longer panic by removing the index access.
@jgraham
Copy link
Owner Author

jgraham commented Jun 9, 2017

r? @andreastt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants