LICENSE MIT
FIXES 116641
Do not use the DNLC if the name when converted from Unicode is NULL.
int safety;
int writeLocked = 0;
- if (!cm_useDnlc)
+ if (!cm_useDnlc || nname == NULL)
return ;
if (!cm_NormStrCmp(nname,_C(".")) || !cm_NormStrCmp(nname,_C("..")))
cm_nc_t * tnc, * tnc_begin;
int safety, match;
- if (!cm_useDnlc)
+ if (!cm_useDnlc || nname == NULL)
return NULL;
if ( cm_debugDnlc )
normchar_t *ts = nname;
cm_nc_t *tnc, *tmp;
- if (!cm_useDnlc)
+ if (!cm_useDnlc || nname == NULL)
return ;
if ( cm_debugDnlc )