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
Segmentation fault caused by null pointer dereference during multithread processing in ucompthread, stream.c:1523 #164
Comments
|
Nope. A curious thing about |
|
Well, since it is a multithread issue, you still can use the uploaded file (without adding an extension name) to reproduce this segmentation fault by running the command multiple times. I add a more detailed explanation related to this bug in the newest issue #165 for another related bug. |
|
Fixed in git. |
|
This is assigned with CVE-2021-27345. |
|
Fixing ocmmit should be be884d0 |
Hi, there.
There is a segmentation caused by null pointer dereference that leads to a fatal error during the execution in the newest master branch 597be1f.

Here is a brief explanation:
This is the output during execution:
To reproduce, run:
POC (unzip first):
seg-stream1523.zip
Here is the trace reported by ASAN:
The text was updated successfully, but these errors were encountered: