aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2020-12-07 12:28:07 +0100
committerPierre Ossman <ossman@cendio.se>2020-12-07 12:28:07 +0100
commitb2b265a18305f5675f803b6c83f625181bf8e27c (patch)
tree4d4812b67488574f723c13edf34d07ccac26c2e2 /README.rst
parent25d3167e81f65b46b61afa1404703c616ea43e4d (diff)
downloadtigervnc-b2b265a18305f5675f803b6c83f625181bf8e27c.tar.gz
tigervnc-b2b265a18305f5675f803b6c83f625181bf8e27c.zip
Remove bogus strncpy() calls
We don't know the size of the output buffer here and giving the input string size is just confusing and upsets the compiler in some cases.
Diffstat (limited to 'README.rst')
0 files changed, 0 insertions, 0 deletions
/archiva-web/json5-1.0.2 Apache Archiva Repository: https://github.com/apache/archivawww-data
summaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins/repository-statistics/pom.xml
blob: ee94c6bd1175bdd674ee1beb98d008bd73ca1bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113