RESOLVED FIXED 138852
Use of uninitialized value in string eq in many http tests
https://bugs.webkit.org/show_bug.cgi?id=138852
Summary Use of uninitialized value in string eq in many http tests
Alexey Proskuryakov
Reported 2014-11-18 16:27:53 PST
LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl is a script shared by many tests that emits an error when used.
Attachments
proposed fix (1.52 KB, patch)
2014-11-18 16:31 PST, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2014-11-18 16:31:28 PST
Created attachment 241830 [details] proposed fix
Daniel Bates
Comment 2 2014-11-18 17:05:02 PST
Comment on attachment 241830 [details] proposed fix View in context: https://bugs.webkit.org/attachment.cgi?id=241830&action=review > LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl:68 > +if (defined($cgi->param('csp'))) { Alternatively you could define a local variable my $contentSecurityPolicy = $cgi->param('cap') || ""; Then make use of this variable.
WebKit Commit Bot
Comment 3 2014-11-18 21:41:07 PST
Comment on attachment 241830 [details] proposed fix Clearing flags on attachment: 241830 Committed r176309: <http://trac.webkit.org/changeset/176309>
WebKit Commit Bot
Comment 4 2014-11-18 21:41:10 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.