-
Alan Coopersmith authored
dodir may pass a NULL pointer for the **p argument so we verify the pointer is not NULL before dereferencing it. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
ab11cfec
Loading
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
dodir may pass a NULL pointer for the **p argument so we verify the
pointer is not NULL before dereferencing it.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>