Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redis: prevent infinite recursion when port is set to an env var
Modules should take care not to conditionally set `env` using user-provided input. If the conditional is another `env` value, evaluation will fail with an infinite recursion error. While the user can often easily break the loop on their end, knowing what to do requires considerable experience with the module system. Fixes #1440.
- Loading branch information