Fix #1: Segmentation fault on trailing slashes
dodir may pass a NULL pointer for the **p
argument so we verify the
pointer is not NULL before dereferencing it.
Closes #1 (closed)
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.
Closes #1 (closed)