Comment 24 for bug 1447756

Revision history for this message
Ondrej Kubik (ondrak) wrote : Re: segfault in log.c code causes phone reboot loops

I can confirm fix: http://paste.ubuntu.com/11095313/ does the job.
It will safely ignore entries of log_unflushed_files list which have log->unflushed->len set to zero. Since we know how this state is reached it seems like previous nih_assert (log->unflushed->len); was too aggressive.