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

Fuzz fixes #436

Merged
merged 5 commits into from
Jul 4, 2016
Merged

Fuzz fixes #436

merged 5 commits into from
Jul 4, 2016

Conversation

sn6uv
Copy link
Member

@sn6uv sn6uv commented Jul 3, 2016

I wrote a small fuzzing script and found a bunch of minor bugs. Mostly caused by not checking for None when calling to_sympy().

@sn6uv sn6uv added the bug label Jul 3, 2016
@bnjones bnjones merged commit ddc4bfa into mathics:master Jul 4, 2016
@bnjones
Copy link
Member

bnjones commented Jul 4, 2016

Nice! The fuzzing script sounds like it'd be very useful - is this something we could add?

@sn6uv
Copy link
Member Author

sn6uv commented Jul 4, 2016

The fuzzing script takes quite a while to run (and still causes some crashes). It's in my function_fuzzer branch if you want to take a look. I've also got some parser fuzzing scripts I could add so maybe it's worth making a separate repository.

bnjones added a commit to bnjones/Mathics that referenced this pull request Jul 10, 2016
…gral-functions

Resolve conflicts with PR mathics#436

Conflicts:
	mathics/builtin/arithmetic.py
	mathics/builtin/base.py
	mathics/builtin/specialfunctions.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants