test_issue57_strcpy.c (180B)
1 #include "common.h" 2 3 #include <string.h> 4 5 int main(int argc, char** argv) { 6 char buffer[32] ={'a', 'b', 'c', 0}; 7 strcpy(buffer , buffer + 16); 8 puts(buffer); 9 10 return ret; 11 }
fortify-headersstandalone fortify-source implementation | |
git clone git://git.2f30.org/fortify-headers | |
Log | Files | Refs | README | LICENSE |