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

Bad repeat interval #98

Closed
mbhopton opened this issue Mar 3, 2017 · 1 comment
Closed

Bad repeat interval #98

mbhopton opened this issue Mar 3, 2017 · 1 comment
Milestone

Comments

@mbhopton
Copy link
Contributor

mbhopton commented Mar 3, 2017

PRONOM definitions V88 cause "bad repeat interval" messages.
Tracked down to the signatures for fmt/797 and fmt/798 which have {4,0} and {344,0} respectively in the regex. The maximum repeat cannot be smaller than the minimum repeat.

mbhopton added a commit to mbhopton/fido that referenced this issue Mar 3, 2017
Prevent regex where max repetitions is less than min repetitions.
sevein pushed a commit that referenced this issue Jun 26, 2017
Prevent regex where max repetitions is less than min repetitions.
jhsimpson pushed a commit that referenced this issue Jun 27, 2017
Prevent regex where max repetitions is less than min repetitions.
@sevein
Copy link
Contributor

sevein commented Jun 27, 2017

#99 merged!

@sevein sevein closed this as completed Jun 27, 2017
@jhsimpson jhsimpson added this to the 1.3.6 milestone Jun 29, 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

No branches or pull requests

3 participants