summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-06 17:47:46 -0500
committerJune McEnroe <june@causal.agency>2019-11-06 17:47:46 -0500
commita462b12452d8a2faf0599c6e93a7449a7ee8f68d (patch)
treecac829b51b9a37ce5dd78bb3c4830f8154216acd /.gitignore
parentDon't install rc scripts or dirs on Linux (diff)
downloadpounce-a462b12452d8a2faf0599c6e93a7449a7ee8f68d.tar.gz
pounce-a462b12452d8a2faf0599c6e93a7449a7ee8f68d.zip
Remove -DNO_EXPLICIT_BZERO from Darwin.mk
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
ophe manciot <actionmystique@gmail.com> 2018-08-03Bump version.Jason A. Donenfeld Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2018-08-03clone: fix directory traversalJason A. Donenfeld This was introduced in the initial version of this code, way back when in 2008. $ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd root:x:0:0:root:/root:/bin/sh ... Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Jann Horn <jannh@google.com> 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev