Lines Matching full:has
27 …memcpy(dst, src, 20); // expected-warning {{memcpy' will always overflow; destination buffer has s… in call_memcpy()
40 …0); // expected-warning {{memcpy' will always overflow; destination buffer has size 8, but size ar… in call_memcpy_type()
46 …xpected-warning {{'strncat' size argument is too large; destination buffer has size 10, but size a… in call_strncat()
52 …xpected-warning {{'strncpy' size argument is too large; destination buffer has size 10, but size a… in call_strncpy()
58 …xpected-warning {{'stpncpy' size argument is too large; destination buffer has size 10, but size a… in call_stpncpy()
64 …rning {{'strcpy' will always overflow; destination buffer has size 4, but the source string has le… in call_strcpy()
77 …; // expected-warning {{'memmove' will always overflow; destination buffer has size 10, but size a… in call_memmove()
83 …); // expected-warning {{'memset' will always overflow; destination buffer has size 10, but size a… in call_memset()
89 …pected-warning {{'snprintf' size argument is too large; destination buffer has size 10, but size a… in call_snprintf()
110 …ected-warning {{'vsnprintf' size argument is too large; destination buffer has size 10, but size a… in call_vsnprintf()
129 … // expected-warning {{'sprintf' will always overflow; destination buffer has size 5, but format … in call_sprintf_chk()
132 …// expected-warning {{'sprintf' will always overflow; destination buffer has size 2, but format st… in call_sprintf_chk()
134 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 5, but format … in call_sprintf_chk()
136 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 1, but format … in call_sprintf_chk()
138 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 1, but format … in call_sprintf_chk()
140 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 1, but format … in call_sprintf_chk()
142 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 1, but format … in call_sprintf_chk()
144 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 1, but format … in call_sprintf_chk()
146 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 1, but format … in call_sprintf_chk()
148 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 1, but format … in call_sprintf_chk()
150 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 1, but format … in call_sprintf_chk()
152 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 1, but format … in call_sprintf_chk()
154 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 1, but format … in call_sprintf_chk()
156 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 1, but format … in call_sprintf_chk()
158 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 1, but format … in call_sprintf_chk()
162 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 3, but format … in call_sprintf_chk()
164 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 2, but format … in call_sprintf_chk()
166 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 2, but format … in call_sprintf_chk()
168 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 5, but format … in call_sprintf_chk()
170 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 8, but format … in call_sprintf_chk()
172 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 8, but format … in call_sprintf_chk()
174 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 9, but format … in call_sprintf_chk()
176 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 11, but format… in call_sprintf_chk()
183 …// expected-warning {{'sprintf' will always overflow; destination buffer has size 6, but format st… in call_sprintf()
185 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 6, but format … in call_sprintf()
187 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 6, but format … in call_sprintf()
189 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 6, but format … in call_sprintf()
191 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 6, but format … in call_sprintf()
193 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 6, but format … in call_sprintf()
197 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 6, but format … in call_sprintf()
199 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 6, but format … in call_sprintf()
201 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 6, but format … in call_sprintf()
203 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 6, but format … in call_sprintf()
205 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 6, but format … in call_sprintf()
207 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 6, but format … in call_sprintf()
209 …; // expected-warning {{'sprintf' will always overflow; destination buffer has size 6, but format … in call_sprintf()
225 …0); // expected-warning{{'memcpy' will always overflow; destination buffer has size 9, but size ar… in call_memcpy_dep()