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 slice out of range #482

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

Conversation

AdamKorcz
Copy link

strings.Index() returns -1 if there is no substring in the string which will result in a slice out of range when calling time.LoadLocation().

Found by OSS-Fuzz: https://oss-fuzz.com/testcase-detail/5111336591032320

The indentation changes were caused by gofmt.

Signed-off-by: AdamKorcz <adam@adalogics.com>
fufuok added a commit to fufuok/cron that referenced this pull request Jan 24, 2024
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

1 participant