Bug 169057
| Summary: | Setting Options that save the original string, more than once leaks memory | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Saboff <msaboff> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=169055 | ||
Michael Saboff
The OptionRange and optionString typed Options save a copy of the parsed string used to set the option. If one of those options is set multiple times, it can leak memory. This is considered to be a low risk since setting Options is done usually for development and testing and Options are rarely set multiple times.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |