Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15461127
D7744.id17499.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
801 B
Referenced Files
None
Subscribers
None
D7744.id17499.diff
View Options
Index: src/applications/diffusion/conduit/ConduitAPI_diffusion_browsequery_Method.php
===================================================================
--- src/applications/diffusion/conduit/ConduitAPI_diffusion_browsequery_Method.php
+++ src/applications/diffusion/conduit/ConduitAPI_diffusion_browsequery_Method.php
@@ -100,6 +100,15 @@
$results = array();
foreach (explode("\0", rtrim($stdout)) as $line) {
+ if (substr_count($line, ' ') < 4) {
+ throw new Exception(
+ pht(
+ 'Expected "<mode> <type> <hash> <size> <name>", for ls-tree of '.
+ '"%s:%s", got: %s',
+ $commit,
+ $path,
+ $line));
+ }
// NOTE: Limit to 5 components so we parse filenames with spaces in them
// correctly.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 2, 5:28 AM (4 d, 8 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7710237
Default Alt Text
D7744.id17499.diff (801 B)
Attached To
Mode
D7744: Raise a better error for malformed `git ls-tree`
Attached
Detach File
Event Timeline
Log In to Comment