Skip to content

Fix nil panic in concurrentFind

Warren Gifford requested to merge 5246-nil-check into master

Created by: ijt

Fixes #5246 (closed)

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