test_write_static.c (192B)
1 #include "common.h" 2 3 #include <unistd.h> 4 5 int main(int argc, char** argv) { 6 char buffer[12] = {0}; 7 8 9 CHK_FAIL_START 10 write(0, buffer, 14); 11 CHK_FAIL_END 12 13 puts(buffer); 14 return ret; 15 }
fortify-headersstandalone fortify-source implementation | |
git clone git://git.2f30.org/fortify-headers | |
Log | Files | Refs | README | LICENSE |