mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 06:20:13 +00:00
5ddb1b8ea7
Previously the code was using `fgets` with a fixed
size buffer. This lead to a confusing behavior where
lines longer than 255 characters would be read
in multiple chunks and cause crashes in the parsing code.
Additionally make extraction of the path component slightly
more robust by searching for path field forward rather than
backwards. Path might contain white space and searching
backwards might stumble on that.
This is a reland of
|
||
---|---|---|
.. | ||
android | ||
c++ | ||
clang | ||
compiler | ||
gcc | ||
linux | ||
mac | ||
sanitizers | ||
templates | ||
win | ||
arm.gni | ||
BUILD.gn | ||
BUILDCONFIG.gn | ||
host_byteorder.gni | ||
locales.gni | ||
sysroot.gni |