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

numpy: Fuzz binary matrix loader #13001

Merged

Conversation

serge-sans-paille
Copy link
Contributor

This requires changing the amount of memory made available to the fuzzer, so also add the logic to copy fuzzer option files.

This requires changing the amount of memory made available to the
fuzzer, so also add the logic to copy fuzzer option files.
@serge-sans-paille
Copy link
Contributor Author

cc @DavidKorczynski

Copy link

github-actions bot commented Feb 2, 2025

serge-sans-paille has previously contributed to projects/numpy. The previous PR was #12989

serge-sans-paille added a commit to serge-sans-paille/numpy that referenced this pull request Feb 3, 2025
…ted files

While fuzzing numpy.load through google/oss-fuzz#13001,
I realized that some exceptions could be raised upon malformed .npy files but
were not documented.

This patch documents those exceptions.
@serge-sans-paille
Copy link
Contributor Author

@DavidKorczynski : gentle ping :-)

@DavidKorczynski DavidKorczynski merged commit 164ca3c into google:master Feb 8, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants