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

line66,CVE-2014-7187, not working #30

Closed
vulcandevelop opened this issue Oct 7, 2014 · 2 comments
Closed

line66,CVE-2014-7187, not working #30

vulcandevelop opened this issue Oct 7, 2014 · 2 comments

Comments

@vulcandevelop
Copy link

I think current code would not work property for CVE-2014-7187.
wrong
(snip)"for x$i in; do :;"(snip)
right
(snip)"for x$i in; do :"(snip)

meybe...

@vulcandevelop
Copy link
Author

Sorry, I'm mistake.
In env of 4.1.2-15.el6_4 & 4.2.45-5.el7
I detected correctly in the code below.
(snip)"for x$i in; do : ;;"(snip)

@hannob
Copy link
Owner

hannob commented Oct 7, 2014

works fine in my tests

@hannob hannob closed this as completed Oct 7, 2014
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

No branches or pull requests

2 participants