Skip to content
  • herman ten brugge's avatar
    Add new bounds checking functions. · 39c0ff31
    herman ten brugge authored
    The following functions are now also bounds checked:
    memcmp, strncpy, strcmp, strncmp, strcat, strchr, strdup.
    
    Add statistics code for bounds checking functions.
    The statistics can be printed by settings environment variable
    "TCC_BOUNDS_PRINT_STATISTIC".
    
    Enabled more tests in test/Makefile.
    39c0ff31