Files
sics/logger.c
Douglas Clowes 86e1f7b7cf SICS-819 Fix SICS crash in logsetup
Directory creation involving path creation failed because the path has
a trailing slash. After creating the directory of the full path, SICS
tried to create the path again with the trailing slash - it failed.

When logger creation failed, SICS registered the callback with NULL. This
was dereferenced in the hipadaba callback.

Suppress trailing slashes in directory path creation. Do not register
the callback if the creation failed.
2015-01-23 10:09:12 +11:00

12 KiB