coreos / issue-sync

A tool for synchronizing issue tracking between GitHub and JIRA
Apache License 2.0
124 stars 34 forks source link

Updating comments causes slice bounds out of range #42

Closed crfeliz closed 5 years ago

crfeliz commented 5 years ago

This block of code https://github.com/coreos/issue-sync/blob/master/lib/clients/jira.go#L258 will almost always cause slice bounds out of range. I believe the intent was to trim body when it is longer than max body length. Will follow up with a pull request to fix this.

squat commented 5 years ago

Closed in #43