-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add/multithread read #282
Add/multithread read #282
Conversation
3c111fc
to
170b4a1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #282 +/- ##
==========================================
- Coverage 64.60% 64.37% -0.24%
==========================================
Files 74 75 +1
Lines 5575 5752 +177
Branches 840 874 +34
==========================================
+ Hits 3602 3703 +101
- Misses 1485 1531 +46
- Partials 488 518 +30 ☔ View full report in Codecov by Sentry. |
0d3aa13
to
99539f7
Compare
9cd30b0
to
b542430
Compare
This patch adds a semaphore that guards the fd limit before opening a new file for extraction.
The variable `fd` was being used without being initialized. This patch fixes the issue by initializing it.
This commit fixes a null pointer dereference.
The callback passed to sqsh_file_to_stream_mt() cannot be called in all situations. For these cases, the function returns an error code now.
57b28df
to
278d341
Compare
Quality Gate passedIssues Measures |
No description provided.