• Show log

    Commit

  • Hash : add8db06
    Author : Russell Belfer
    Date : 2014-03-27T15:28:29

    Fix use-after-free in submodule reload
    
    If the first call to release a no-longer-existent submodule freed
    the object, the check if a second is needed would dereference the
    data that was just freed.