Page MenuHomePhabricator

PhabricatorBotMacroHandler handling of image lookup failures lacks grace
Closed, ResolvedPublic

Description

rasterize can potentially return false (if HTTPSFuture::loadContent does), but this potential boolean value is not checked before passing it along to a foreach loop.