Commit 22df47cbc52107db25368cf0a09d63cc8dddafdb

Russell Belfer 2014-03-26T14:38:26

Fix segfault if gitmodules is invalid The reload_all call could end up dereferencing a NULL pointer if there was an error while attempting to load the submodules config data (i.e. invalid content in the gitmodules file). This fixes it.