]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Fix crash when cfg->dvr_config_name is NULL (default config)
authorJaroslav Kysela <perex@perex.cz>
Wed, 21 Mar 2012 08:29:49 +0000 (09:29 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 21 Mar 2012 08:31:33 +0000 (09:31 +0100)
commite4b88cfc39354043ce7bcaf09a28f0ea44a0983b
tree6aca188949b7345d6c36dee470b15efeb57b009a
parentd8788062abb92c495588c1005d7df80bc107ef77
Fix crash when cfg->dvr_config_name is NULL (default config)

As suggested by opdenkamp - the cfg->dvr_config_name may be NULL
in some cases. Add more restrictive checks in extjs_dvr() .
src/webui/extjs.c