On Fri, Nov 18, 2016 at 9:46 AM, Brandon Williams <bmwill@xxxxxxxxxx> wrote: >> + >> + sub = submodule_from_path(null_sha1, path); > > This should probably be checked to see if sub not NULL before > dereferencing it right? yeah, will fix.
On Fri, Nov 18, 2016 at 9:46 AM, Brandon Williams <bmwill@xxxxxxxxxx> wrote: >> + >> + sub = submodule_from_path(null_sha1, path); > > This should probably be checked to see if sub not NULL before > dereferencing it right? yeah, will fix.