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

Updated the sqlparser fuzzer to use the latest version of the library. #169

Merged
merged 1 commit into from
Oct 21, 2017

Conversation

bramp
Copy link
Contributor

@bramp bramp commented Oct 21, 2017

Specifically:

  • Fixed the issues related to API changes.
  • Changed to using the ParseNext() API (which can parse multiple statements).
  • Changed to use the io.Reader interface.
  • Added a class to artificially reduce the chunks that can be read, to increase the chance of buffer underrun/overrun errors.

…er library.

Specifically:
* Fixed the issues related to API changes.
* Changed to using the ParseNext() API (which can parse multiple statements).
* Changed to use the io.Reader interface.
* Added a class to artificially reduce the chunks that can be read, to increase the chance of buffer underrun/overrun errors.
@dvyukov dvyukov merged commit 490b850 into dvyukov:master Oct 21, 2017
@bramp bramp deleted the sqlparser branch October 21, 2017 06:43
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