]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r361709: lualoader: improve drawer error handling
authorKyle Evans <kevans@FreeBSD.org>
Fri, 5 Jun 2020 02:52:07 +0000 (02:52 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 5 Jun 2020 02:52:07 +0000 (02:52 +0000)
commit89dbcf05a08d3939c37842437656aa266d1c2221
treeb5d8a5ebd8c44a9a155e81d545620a2bc9570bb5
parent0191e6d8398fb55607b8ac3b6f103379523031e6
MFC r361709: lualoader: improve drawer error handling

At least one user has landed in a scenario where logo files appear to be
misnamed, and we failed to find them. Our fallback for missing logodefs is
orb/orbbw, based on the color status. In a scenario where we can't locate
the logos, though, this is not ideal. Add in one more layer of fallback
to properly just don't draw any logo if the fan has been jam packed with
foreign material.

PR: 246046
stand/lua/drawer.lua