Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D17363
Change Details
Change Details
Old
New
Diff
In a repository configured to lint JSON files: ``` perl -le 'print q|{"k":"|.(q|\\n|x10000).q|"}|' > test.json arc lint test.json ``` ...no longer segfaults.
In a repository configured to lint JSON files: ``` perl -le 'print q|{"k":"|.(q|a\\n|x10000).q|"}|' > test.json arc lint test.json ``` ...no longer segfaults.
In a repository configured to lint JSON files: ``` perl -le 'print q|{"k":"|.(q|
a
\\n|x10000).q|"}|' > test.json arc lint test.json ``` ...no longer segfaults.
Continue