Skip to content

Fix nil panic in concurrentFind

Administrator requested to merge 5246-nil-check into master

Created by: ijt

Fixes #5246

This PR makes sure that if the re field of the readerGrep is nil in concurrentFind then FindZip will not be called, preventing the nil panic reported in the issue.

Test plan: Added a unit test that reproduces the nil panic.

Merge request reports

Loading