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

Fix variable leaking from previous loop #11

Merged
merged 1 commit into from
Apr 21, 2016

Conversation

pierredup
Copy link

When checking for supported files, the variable $found is never updated in the second loop, which means the value can leak from the last entry of the previous loop

When checking for supported files, the variable `$found` is never updated in the second loop, which means the value can leak from the last entry of the previous loop
@pmjones pmjones merged commit e204241 into producerphp:1.x Apr 21, 2016
@pmjones
Copy link
Contributor

pmjones commented Apr 21, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants