]> gitweb.ps.run Git - ps-cgit/commit
Fix crash when projectsfile cannot be opened
authorStefan Gehn <stefan@srcbox.net>
Sat, 26 Mar 2011 08:51:39 +0000 (09:51 +0100)
committerLars Hjemli <hjemli@gmail.com>
Sat, 26 Mar 2011 10:44:16 +0000 (11:44 +0100)
commitf15c5833d2190bc62e0e1e3e9753ef33230ecd53
treea81dd18bd692d7a5fb00c38910b871c5ffc29464
parentcc59ee502646dc4e3d0f8bbe29b24c7fa3f0d2dd
Fix crash when projectsfile cannot be opened

This patch makes cgit properly abort in case the projectsfile cannot
be opened. Without the added return cgit continues using the projects
pointer which is NULL and thus causes a segfault.
scan-tree.c