зеркало из https://github.com/mozilla/pjs.git
Adding zero check on a char pointer before sending it to printf.
This commit is contained in:
Родитель
10e19444a4
Коммит
6cf82163bf
|
@ -1508,6 +1508,7 @@ NS_IMETHODIMP nsPluginHostImpl::InstantiateEmbededPlugin(const char *aMimeType,
|
|||
nsIPluginInstance *instance = nsnull;
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
if(!aMimeType)
|
||||
printf("InstantiateEmbededPlugin for %s\n",aMimeType);
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1508,6 +1508,7 @@ NS_IMETHODIMP nsPluginHostImpl::InstantiateEmbededPlugin(const char *aMimeType,
|
|||
nsIPluginInstance *instance = nsnull;
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
if(!aMimeType)
|
||||
printf("InstantiateEmbededPlugin for %s\n",aMimeType);
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче