RESOLVED FIXED 195274
WebDriver: fix String not terminated with null caracter
https://bugs.webkit.org/show_bug.cgi?id=195274
Summary WebDriver: fix String not terminated with null caracter
Karl Leplat
Reported 2019-03-04 04:45:50 PST
WebDriver: fix String not terminated with null caracter This has been detected by an exception returned by the function evaluateJavaScriptFunction with the message : [native code]: JS ERROR SyntaxError: Unexpected keyword 'function'. Expected ')' to end a compound expression. Function has been initialized with a string that come from char array, not a null-terminated string.
Attachments
Patch (6.33 KB, patch)
2019-03-04 05:22 PST, Karl Leplat
no flags
Karl Leplat
Comment 1 2019-03-04 05:22:04 PST
WebKit Commit Bot
Comment 2 2019-03-04 06:30:51 PST
Comment on attachment 363504 [details] Patch Clearing flags on attachment: 363504 Committed r242352: <https://trac.webkit.org/changeset/242352>
WebKit Commit Bot
Comment 3 2019-03-04 06:30:53 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2019-03-04 06:40:55 PST
Note You need to log in before you can comment on or make changes to this bug.