summary refs log tree commit diff
path: root/port/wcwidth
ModeNameSize
-rw-r--r--.gitignore27log plain blame
-rw-r--r--COPYRIGHT6107log plain blame
-rw-r--r--Makefile521log plain blame
-rw-r--r--nonspacing.h6649log plain blame
-rw-r--r--wcfix.in126log plain blame
-rw-r--r--wcswidth.c170log plain blame
-rw-r--r--wcwidth.c605log plain blame
-rw-r--r--wide.h4857log plain blame
f-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