12017-07-14 Michael Catanzaro <mcatanzaro@igalia.com>
2
3 -Wformat-truncation warning in ConfigFile.cpp
4 https://bugs.webkit.org/show_bug.cgi?id=174506
5
6 Reviewed by NOBODY (OOPS!).
7
8 Check if the JSC config filename would be truncated due to exceeding max path length. If so,
9 return ParseError.
10
11 * runtime/ConfigFile.cpp:
12 (JSC::ConfigFile::parse):
13