Commit aa8b5dd032c8cba930e5be67a90069a95e0001b8

Stefan Sperling 2021-08-01T12:59:32

fix a use-after-free in get_changed_paths() in got and tog Once the parent commit is closed the tree_id1 pointer is no longer valid, but the pointer was still being used. Make a deep copy to fix this issue.