-
Notifications
You must be signed in to change notification settings - Fork 83
[obsolete] Fix crashes on indexing -> replaced by MR 360 #351
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
base: v1.5.0-rc2
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All these option parsing should be handled in a function which has proper error reporting. Just because someone passes in too many options and causes a string overflow, we shouldn't crash without exiting cleanly with an error here. Or at least warning that this option was skipped because we ran out of space. |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This chunk being commented out isn't what I'd like to do, rather let's fix any crash happening here. When you comment something out, please say why you did so and point to an example. |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These are all good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.