]> gitweb.ps.run Git - ps-cgit/commit
Restrict deep nesting of configfiles
authorLars Hjemli <hjemli@gmail.com>
Tue, 15 May 2007 21:28:40 +0000 (23:28 +0200)
committerLars Hjemli <hjemli@gmail.com>
Tue, 15 May 2007 21:32:25 +0000 (23:32 +0200)
commit47a81c77fdd017227632c4df9a0b7b135b8a738d
tree5ffdd5f4c1af112d50e6bec01de722299ca2e7d1
parentad3b39d3b8443e142a6bfee34d527c99cd5f280d
Restrict deep nesting of configfiles

There is no point in restricting the number of included config-
files, but there is a point in restricting the nestinglevel
of configfiles: to avoid recursive inclusions. This is easily
achieved by decrementing the static nesting-variable upon exit
from cgit_read_config().

Also fix some whitespace breakage.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
parsing.c