Null pointer derefernce when iterating trees

Bug #1884103 reported by Timothy Baldwin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-pygit2 (Ubuntu)
Fix Committed
Undecided
Unassigned

Bug Description

Reproduce with:

git init t
cd t
mkdir x
touch x/y
git add x/y
git write-tree
python3 -c 'import pygit2; repo = pygit2.Repository("."); next(iter(repo["7904c9b632eaca0cd04c4a30f4b50c994d434c9a"] / "x"))'

Fixed in upstream commit ccf4df153c68d4af7d3d0f4f4f9104afc6f38d43

Changed in python-pygit2 (Ubuntu):
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.