Skip to content

Commit

Permalink
Fix memory corruption with odb backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jairbubbles committed Sep 5, 2021
1 parent eb3dd1c commit 491d248
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LibGit2Sharp/Core/GitOdbBackend.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ static GitOdbBackend()
public exists_prefix_callback ExistsPrefix;
public IntPtr Refresh;
public foreach_callback Foreach;

private IntPtr Padding; // TODO: add writemidx

public IntPtr Writepack;
public IntPtr Freshen;
public free_callback Free;
Expand Down

0 comments on commit 491d248

Please sign in to comment.