STDERR output with %s in it could cause:
ERROR 2: fprintf(): Too few arguments at [/usr/local/arcanist/src/workflow/ArcanistFeatureWorkflow.php:170]
Differential D19261
Remove accidental sprintf injection in error reporting alexmv on Mar 26 2018, 5:38 PM. Authored by Tags None Referenced Files
Subscribers
Details
STDERR output with %s in it could cause: ERROR 2: fprintf(): Too few arguments at [/usr/local/arcanist/src/workflow/ArcanistFeatureWorkflow.php:170] Untested.
Diff Detail
Event TimelineComment Actions I'm getting permanent build failures on this diff, which look unrelated to the diff itself? Comment Actions The test failures are just T10093, i.e. arc didn't push the changes to the staging environment. Most common reason is that you're working off a local fork, not the One True Upstream Repository? Comment Actions Yeah, that's prbably exactly it -- we push staging refs to a different namespace to not clutter the standard tag namespace, which is likely the problem. |