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

Null Pointer Dereferencing bug in plugins/codecs/ndlz/ndlz8x8.c #522

Closed
rish9101 opened this issue Jun 20, 2023 · 0 comments
Closed

Null Pointer Dereferencing bug in plugins/codecs/ndlz/ndlz8x8.c #522

rish9101 opened this issue Jun 20, 2023 · 0 comments

Comments

@rish9101
Copy link

rish9101 commented Jun 20, 2023

Describe the bug
Null Pointer Dereferencing at line 465 in plugins/codecs/ndlz/ndlz8x8.c. This is caused due to passing a null ptr to memset.

To Reproduce
Run the fuzzing harness in tests/fuzz fuzz_decompress_chunk with the attached input (in Zip File)
null-ptr-4.zip

Expected behavior

Logs
If applicable, add logs to help explain your problem.

System information:

  • OS: Ubuntu 20.04
  • Compiler: clang-11
  • Version: latest commit on main branch

Additional context
This bug has been found by fuzzing.

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

No branches or pull requests

1 participant