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

TextLang: increase _lb_props static array size #368

Merged
merged 1 commit into from
Aug 17, 2020

Conversation

poire-z
Copy link
Contributor

@poire-z poire-z commented Aug 17, 2020

Fix possible crash with #365 where we could add 2 more slots in the statically sized array _lb_props[10]. Use 20 to be safe for the future.
Noticed at koreader/koreader-base#1160 (comment).


This change is Reviewable

Fix possible crash with previous commit where
we could add 2 more slots in the statically
sized array _lb_props[10]. Use 20 to be safe.
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.

2 participants