about summary refs log tree commit diff
path: root/ui-diff.c
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2018-08-28 18:11:50 +0200
committerChristian Hesse <mail@eworm.de>2018-09-11 08:47:12 +0200
commit7cde5885d8ce53359ee665bb930b1da956e8369a (patch)
tree312c9a32abf7888257deb07cf5c1e210a6231803 /ui-diff.c
parentfilters: generate anchor links from markdown (diff)
downloadcgit-pink-7cde5885d8ce53359ee665bb930b1da956e8369a.tar.gz
cgit-pink-7cde5885d8ce53359ee665bb930b1da956e8369a.zip
parsing: ban strncpy()
Git upstream bans strncpy() with commit:

  banned.h: mark strncpy() as banned
  e488b7aba743d23b830d239dcc33d9ca0745a9ad

Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'ui-diff.c')
0 files changed, 0 insertions, 0 deletions
98b9e19e0eacd67456ddcc91ff173055e1c0e99&follow=1'>auth-filter: pass url with query string attachedJason A. Donenfeld 2018-11-21git: use xz compressed archive for downloadChristian Hesse 2018-10-12git: update to v2.19.1Christian Hesse 2018-09-11ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev