| Summary: | WebDriver: fix String not terminated with null caracter | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Leplat <karl.leplat_ext> | ||||
| Component: | WebDriver | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | bburg, cgarcia, commit-queue, olivier.blin, webkit-bug-importer, zan | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Local Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
Created attachment 363504 [details]
Patch
Comment on attachment 363504 [details] Patch Clearing flags on attachment: 363504 Committed r242352: <https://trac.webkit.org/changeset/242352> All reviewed patches have been landed. Closing bug. |
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.