libgit2/tests/submodule
Russell Belfer 22df47cbc5 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.
2014-03-26 14:38:26 -07:00
..
lookup.c Make submodules externally refcounted 2014-03-25 09:14:48 -07:00
modify.c Make submodules externally refcounted 2014-03-25 09:14:48 -07:00
nosubs.c Fix segfault if gitmodules is invalid 2014-03-26 14:38:26 -07:00
status.c Merge pull request #2204 from libgit2/rb/submodule-reference-counting 2014-03-26 18:29:34 +01:00
submodule_helpers.c Make submodules externally refcounted 2014-03-25 09:14:48 -07:00
submodule_helpers.h Make submodules externally refcounted 2014-03-25 09:14:48 -07:00