Files
deb-python-pygit2/pygit2.c
Carlos Martín Nieto bc7db4ba8a errors: don't segfault if the library didn't set an error
git_lasterror() can return NULL. Passing that to the error formatting
functions leads to a segmentation fault.

Add a wrapper with a generic "no more information" string for the
cases when the library didn't set one.
2012-02-03 18:33:48 +01:00

95 KiB