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

Guard against concurrent reset #109

Merged
merged 1 commit into from
Mar 21, 2023
Merged

Conversation

Mzack9999
Copy link
Member

@Mzack9999 Mzack9999 commented Mar 20, 2023

Description

reusable reader concurrent reset might lead to internal I/O read errors due to pre-calculated slices size changed under the hood

Closes projectdiscovery/nuclei#3347

@Mzack9999 Mzack9999 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Mar 20, 2023
@Mzack9999 Mzack9999 self-assigned this Mar 20, 2023
@github-advanced-security
Copy link

You have successfully added a new CodeQL configuration .github/workflows/codeql-analysis.yml:analyze/language:go. As part of the setup process, we have scanned this repository and found 3 existing alerts. Please check the repository Security tab to see all alerts.

@ehsandeep ehsandeep merged commit ff4ddc1 into main Mar 21, 2023
@ehsandeep ehsandeep deleted the bugfix-reusable-reader-race branch March 21, 2023 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

runtime error: slice bounds out of range
3 participants