From: Lars Hjemli Date: Sun, 14 Sep 2008 07:45:37 +0000 (+0200) Subject: parsing.c: be prepared for unexpected content in commit/tag objects X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/a8305a9543969206aa7cec03948c5a19950eedb9?hp=a8305a9543969206aa7cec03948c5a19950eedb9 parsing.c: be prepared for unexpected content in commit/tag objects When parsing commits and tags cgit made too many assumptions about the formatting of said objects. This patch tries to make the code be more prepared to handle 'malformed' objects. Signed-off-by: Lars Hjemli ---