about summary refs log tree commit diff
path: root/ui-blob.h
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2018-08-28 18:22:26 +0200
committerChristian Hesse <mail@eworm.de>2018-09-11 08:47:12 +0200
commit0899eb644fab415e9a3b304f53da9da50aaf91aa (patch)
tree3660c115fff77d75e07d92b39bb54c1440ee5b42 /ui-blob.h
parentui-shared: ban strcat() (diff)
downloadcgit-pink-0899eb644fab415e9a3b304f53da9da50aaf91aa.tar.gz
cgit-pink-0899eb644fab415e9a3b304f53da9da50aaf91aa.zip
ui-ssdiff: 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 '')
0 files changed, 0 insertions, 0 deletions
own fileJason A. Donenfeld 2014-01-10filter: make exit status localJason A. Donenfeld 2014-01-10parsing: fix header typoJason A. Donenfeld 2014-01-10cgit.c: Fix comment on bit mask hackLukas Fleischer 2014-01-10cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer 2014-01-10ui-snapshot.c: Do not reinvent suffixcmp()Lukas Fleischer 2014-01-10Refactor cgit_parse_snapshots_mask()Lukas Fleischer 2014-01-10Disallow use of undocumented snapshot delimitersLukas Fleischer 2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer 2014-01-09README: Fix dependenciesLukas Fleischer 2014-01-08README: Spelling and formatting fixesLukas Fleischer 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch 2014-01-08Add a suggestion to the manpagePřemysl Janouch 2014-01-08Fix the example configurationPřemysl Janouch 2014-01-08Fix about-formatting.shPřemysl Janouch 2014-01-08Fix some spelling errorsPřemysl Janouch 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts