Home | History | Annotate | Download | only in tests

Lines Matching full:bigger

90   // CLANG: error: 'memcpy' called with size bigger than buffer
99 // CLANG: error: 'memmove' called with size bigger than buffer
108 // CLANG: error: 'memset' called with size bigger than buffer
117 // CLANG: error: 'strcpy' called with string bigger than buffer
122 // CLANG: error: 'strcpy' called with string bigger than buffer
131 // CLANG: error: 'stpcpy' called with string bigger than buffer
136 // CLANG: error: 'stpcpy' called with string bigger than buffer
202 // GCC: error: call to '__fgets_too_big_error' declared with attribute error: fgets called with size bigger than buffer
212 // GCC: error: call to '__recvfrom_error' declared with attribute error: 'recvfrom' called with size bigger than buffer
213 // CLANG: error: 'recvfrom' called with size bigger than buffer
221 // GCC: error: call to '__recvfrom_error' declared with attribute error: 'recvfrom' called with size bigger than buffer
222 // CLANG: error: 'recv' called with size bigger than buffer
236 // GCC: error: call to '__read_dest_size_error' declared with attribute error: read called with size bigger than destination
295 // GCC: error: call to '__fread_too_big_error' declared with attribute error: fread called with size * count bigger than buffer
312 // GCC: error: call to '__fwrite_too_big_error' declared with attribute error: fwrite called with size * count bigger than buffer
321 // GCC: error: call to '__getcwd_dest_size_error' declared with attribute error: getcwd called with size bigger than destination
329 // GCC: error: call to '__pwrite64_dest_size_error' declared with attribute error: pwrite64 called with size bigger than destination
353 // GCC: error: call to '__write_dest_size_error' declared with attribute error: write called with size bigger than destination
370 // GCC: error: call to '__sendto_error' declared with attribute error: 'sendto' called with size bigger than buffer
371 // CLANG: error: 'sendto' called with size bigger than buffer
379 // GCC: error: call to '__sendto_error' declared with attribute error: 'sendto' called with size bigger than buffer
380 // CLANG: error: 'send' called with size bigger than buffer