]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lualoader: Always return a proper dictionary for blacklist
authorkevans <kevans@FreeBSD.org>
Sat, 27 Oct 2018 04:10:42 +0000 (04:10 +0000)
committerkevans <kevans@FreeBSD.org>
Sat, 27 Oct 2018 04:10:42 +0000 (04:10 +0000)
commit2a01df658dae6625018294a19011fb37c388f5e4
treed4c3e2280c0753dcad42fd307bb49fdfdb048c5f
parente1e4619a358930d40ee2fa644fc1ed63f3d6cd41
lualoader: Always return a proper dictionary for blacklist

If module_blacklist isn't specified, we have an empty blacklist; effectively
the same as if module_blacklist="" were specified in loader.conf(5).

This was reported when switching to a BE that predated the module_blacklist
introduction, but the problem is valid all the same and likely to be tripped
over in other scenarios.

Reported by: bwidawsk
MFC after: 3 days
stand/lua/config.lua